vegeta commited on
Commit
97c0c68
1 Parent(s): 059d36d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: metadata
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ id: field
9
+ - name: label
10
+ dtype: string
11
+ id: field
12
+ - name: question-1
13
+ sequence:
14
+ - name: user_id
15
+ dtype: string
16
+ - name: value
17
+ dtype: string
18
+ - name: status
19
+ dtype: string
20
+ id: question
21
+ - name: question-2
22
+ sequence:
23
+ - name: user_id
24
+ dtype: string
25
+ - name: value
26
+ dtype: int32
27
+ - name: status
28
+ dtype: string
29
+ id: question
30
+ - name: external_id
31
+ dtype: string
32
+ id: external_id
33
+ splits:
34
+ - name: train
35
+ num_bytes: 148
36
+ num_examples: 1
37
+ download_size: 6115
38
+ dataset_size: 148
39
+ ---
40
+ # Dataset Card for "testargilla"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)