P1ayer-1 commited on
Commit
8a57aec
·
1 Parent(s): 6f293ed

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: authors
5
+ dtype: string
6
+ - name: color
7
+ sequence: float64
8
+ - name: depth
9
+ dtype: int64
10
+ - name: field
11
+ dtype: string
12
+ - name: id
13
+ dtype: int64
14
+ - name: match_count
15
+ dtype: int64
16
+ - name: position
17
+ sequence: float64
18
+ - name: title
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 104695663
23
+ num_examples: 637395
24
+ download_size: 59625974
25
+ dataset_size: 104695663
26
+ ---
27
+ # Dataset Card for "college_textbooks"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)