xezpeleta commited on
Commit
3d2fe85
1 Parent(s): 3fe5f31

Upload folder using huggingface_hub

Browse files
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76f90c2d670e6268e544d4348fae5af85af1810c1d36f17af7543b58e19e5f0
3
+ size 18480
train/dataset_info.json ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "custom_instruction": {
6
+ "dtype": "null",
7
+ "_type": "Value"
8
+ },
9
+ "topic": {
10
+ "dtype": "null",
11
+ "_type": "Value"
12
+ },
13
+ "model_name": {
14
+ "dtype": "null",
15
+ "_type": "Value"
16
+ },
17
+ "model": {
18
+ "dtype": "null",
19
+ "_type": "Value"
20
+ },
21
+ "skip_prompt_formatting": {
22
+ "dtype": "bool",
23
+ "_type": "Value"
24
+ },
25
+ "category": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "conversations": [
30
+ {
31
+ "from": {
32
+ "dtype": "string",
33
+ "_type": "Value"
34
+ },
35
+ "value": {
36
+ "dtype": "string",
37
+ "_type": "Value"
38
+ }
39
+ }
40
+ ],
41
+ "views": {
42
+ "dtype": "null",
43
+ "_type": "Value"
44
+ },
45
+ "language": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "id": {
50
+ "dtype": "null",
51
+ "_type": "Value"
52
+ },
53
+ "title": {
54
+ "dtype": "null",
55
+ "_type": "Value"
56
+ },
57
+ "idx": {
58
+ "dtype": "null",
59
+ "_type": "Value"
60
+ },
61
+ "hash": {
62
+ "dtype": "null",
63
+ "_type": "Value"
64
+ },
65
+ "avatarUrl": {
66
+ "dtype": "null",
67
+ "_type": "Value"
68
+ },
69
+ "system_prompt": {
70
+ "dtype": "null",
71
+ "_type": "Value"
72
+ },
73
+ "source": {
74
+ "dtype": "string",
75
+ "_type": "Value"
76
+ }
77
+ },
78
+ "homepage": "",
79
+ "license": ""
80
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "b394483842ad72fe",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }