hugfaceguy0001
commited on
Commit
•
f29dd07
1
Parent(s):
bf20e80
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: shorturl
|
5 |
+
dtype: string
|
6 |
+
- name: title
|
7 |
+
dtype: string
|
8 |
+
- name: pubinfo
|
9 |
+
dtype: string
|
10 |
+
- name: preamble
|
11 |
+
sequence: string
|
12 |
+
- name: toc
|
13 |
+
list:
|
14 |
+
- name: content_title
|
15 |
+
dtype: string
|
16 |
+
- name: sub_toc
|
17 |
+
sequence: string
|
18 |
+
- name: main_text
|
19 |
+
list:
|
20 |
+
- name: main_content
|
21 |
+
sequence: string
|
22 |
+
- name: section_title
|
23 |
+
dtype: string
|
24 |
+
- name: subsections
|
25 |
+
list:
|
26 |
+
- name: content
|
27 |
+
sequence: string
|
28 |
+
- name: subsection_title
|
29 |
+
dtype: string
|
30 |
+
- name: bibliography
|
31 |
+
sequence: string
|
32 |
+
- name: related_entries
|
33 |
+
list:
|
34 |
+
- name: href
|
35 |
+
dtype: string
|
36 |
+
- name: text
|
37 |
+
dtype: string
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 160405734
|
41 |
+
num_examples: 1776
|
42 |
+
download_size: 90000475
|
43 |
+
dataset_size: 160405734
|
44 |
+
---
|
45 |
+
# Dataset Card for "stanford_plato"
|
46 |
+
|
47 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|