sdtblck commited on
Commit
117f2c2
·
verified ·
1 Parent(s): 71eaf8f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -21
README.md CHANGED
@@ -1,22 +1,3 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- dataset_info:
8
- features:
9
- - name: text
10
- dtype: string
11
- - name: label
12
- dtype: string
13
- splits:
14
- - name: train
15
- num_bytes: 16
16
- num_examples: 1
17
- download_size: 1028
18
- dataset_size: 16
19
- ---
20
  # sdtblck/test-dataset-27-aug-v2
21
 
22
 
@@ -27,6 +8,6 @@ dataset_info:
27
 
28
  **Type**: 'MySchema'
29
 
30
- **Fields**: {'label': FieldInfo(annotation=str, required=True),
31
- 'text': FieldInfo(annotation=str, required=True)}
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # sdtblck/test-dataset-27-aug-v2
2
 
3
 
 
8
 
9
  **Type**: 'MySchema'
10
 
11
+ **Fields**: { 'label': FieldInfo(annotation=str, required=True),
12
+ 'text': FieldInfo(annotation=str, required=True)}
13