loubnabnl HF staff commited on
Commit
617c8da
·
1 Parent(s): ffa6f48

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: entities
5
+ list:
6
+ - name: context
7
+ dtype: string
8
+ - name: end
9
+ dtype: int64
10
+ - name: score
11
+ dtype: float32
12
+ - name: start
13
+ dtype: int64
14
+ - name: tag
15
+ dtype: string
16
+ - name: value
17
+ dtype: string
18
+ - name: max_stars_repo_path
19
+ dtype: string
20
+ - name: max_stars_repo_name
21
+ dtype: string
22
+ - name: max_stars_count
23
+ dtype: int64
24
+ - name: content
25
+ dtype: string
26
+ - name: id
27
+ dtype: string
28
+ - name: new_content
29
+ dtype: string
30
+ - name: modified
31
+ dtype: bool
32
+ - name: references
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 900191188.2540944
37
+ num_examples: 5440
38
+ download_size: 1546159637
39
+ dataset_size: 900191188.2540944
40
+ ---
41
+ # Dataset Card for "mathematica_checks"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)