jeffaj commited on
Commit
883607a
·
verified ·
1 Parent(s): 74fe7e0

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +47 -43
dataset_infos.json CHANGED
@@ -1,45 +1,49 @@
1
  {
2
- "default":{
3
- "features":{
4
- "id":{
5
- "_type":"Value",
6
- "dtype":"string"
7
- },
8
- "video_url":{
9
- "_type":"Video"
10
- },
11
- "duration_ms":{
12
- "_type":"Value",
13
- "dtype":"int32"
14
- },
15
- "version":{
16
- "_type":"Value",
17
- "dtype":"string"
18
- },
19
- "input_metadata":{
20
- "_type":"Value",
21
- "dtype":"string"
22
- },
23
- "task_description":{
24
- "_type":"Value",
25
- "dtype":"string"
26
- },
27
- "quest_type":{
28
- "_type":"Value",
29
- "dtype":"string"
30
- },
31
- "profession":{
32
- "_type":"Value",
33
- "dtype":"string"
34
- },
35
- "synthetically_generated_instruction":{
36
- "_type":"Value",
37
- "dtype":"string"
38
- },
39
- "synthetically_generated_thought_metadata":{
40
- "_type":"Value",
41
- "dtype":"string"
42
- }
43
- }
 
 
 
 
44
  }
45
- }
 
1
  {
2
+ "default": {
3
+ "features": {
4
+ "id": {
5
+ "_type": "Value",
6
+ "dtype": "string"
7
+ },
8
+ "submission_date": {
9
+ "_type": "Value",
10
+ "dtype": "string"
11
+ },
12
+ "video_url": {
13
+ "_type": "Video"
14
+ },
15
+ "duration_ms": {
16
+ "_type": "Value",
17
+ "dtype": "int32"
18
+ },
19
+ "version": {
20
+ "_type": "Value",
21
+ "dtype": "string"
22
+ },
23
+ "input_metadata": {
24
+ "_type": "Value",
25
+ "dtype": "string"
26
+ },
27
+ "task_description": {
28
+ "_type": "Value",
29
+ "dtype": "string"
30
+ },
31
+ "quest_type": {
32
+ "_type": "Value",
33
+ "dtype": "string"
34
+ },
35
+ "profession": {
36
+ "_type": "Value",
37
+ "dtype": "string"
38
+ },
39
+ "synthetically_generated_instruction": {
40
+ "_type": "Value",
41
+ "dtype": "string"
42
+ },
43
+ "synthetically_generated_thought_metadata": {
44
+ "_type": "Value",
45
+ "dtype": "string"
46
+ }
47
+ }
48
  }
49
+ }