enoriega commited on
Commit
1997a63
1 Parent(s): f3b769d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: chunk_id
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: start_text
11
+ dtype: int64
12
+ - name: stop_text
13
+ dtype: int64
14
+ - name: code
15
+ dtype: string
16
+ - name: start_code
17
+ dtype: int64
18
+ - name: stop_code
19
+ dtype: int64
20
+ - name: __index_level_0__
21
+ dtype: int64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 799974
25
+ num_examples: 94
26
+ download_size: 48110
27
+ dataset_size: 799974
28
+ ---
29
+ # Dataset Card for "metal-python-ood-climate-explanatations"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)