VAP-Solution-Admin commited on
Commit
087cbbd
1 Parent(s): 50c5c23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -7,6 +7,32 @@ tags:
7
  - not-for-all-audiences
8
  size_categories:
9
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Dataset Card for NACC Categorization Dataset
12
 
 
7
  - not-for-all-audiences
8
  size_categories:
9
  - 1K<n<10K
10
+
11
+ ---
12
+ dataset_info:
13
+ features:
14
+ - name: accusation
15
+ dtype: string
16
+ - name: category
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: [estimated_training_size_in_bytes]
21
+ num_examples: 1214
22
+ - name: test
23
+ num_bytes: [estimated_testing_size_in_bytes]
24
+ num_examples: 300
25
+ download_size: [total_compressed_download_size_in_bytes]
26
+ dataset_size: [total_uncompressed_dataset_size_in_bytes]
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: /dataset
32
+ - split: test
33
+ path: /dataset
34
+ ---
35
+
36
  ---
37
  # Dataset Card for NACC Categorization Dataset
38