Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
huzaifahp7 commited on
Commit
e91bb4b
·
1 Parent(s): 06cca79

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: main
4
+ features:
5
+ - name: context
6
+ dtype: string
7
+ - name: response
8
+ dtype: string
9
+ splits:
10
+ - name: train
11
+ num_bytes: 317988
12
+ num_examples: 2144
13
+ - name: test
14
+ num_bytes: 79011
15
+ num_examples: 537
16
+ download_size: 208114
17
+ dataset_size: 396999
18
+ configs:
19
+ - config_name: main
20
+ data_files:
21
+ - split: train
22
+ path: main/train-*
23
+ - split: test
24
+ path: main/test-*
25
+ ---
26
+ # Dataset Card for "Numclaim"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)