tappyness1
commited on
Commit
•
e08d7f5
1
Parent(s):
44aab08
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,22 +1,38 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
-
dtype:
|
6 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
dtype: string
|
8 |
-
- name:
|
9 |
dtype: string
|
10 |
-
- name:
|
11 |
dtype: string
|
12 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
dtype: string
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes:
|
17 |
-
num_examples:
|
18 |
-
download_size:
|
19 |
-
dataset_size:
|
20 |
configs:
|
21 |
- config_name: default
|
22 |
data_files:
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: Name
|
5 |
+
dtype: string
|
6 |
+
- name: first
|
7 |
+
dtype: string
|
8 |
+
- name: affiliation
|
9 |
+
dtype: string
|
10 |
+
- name: occupation
|
11 |
+
dtype: string
|
12 |
+
- name: epithet
|
13 |
dtype: string
|
14 |
+
- name: status
|
15 |
dtype: string
|
16 |
+
- name: age
|
17 |
dtype: string
|
18 |
+
- name: bounty
|
19 |
+
dtype: string
|
20 |
+
- name: residence
|
21 |
+
dtype: string
|
22 |
+
- name: dfname
|
23 |
+
dtype: string
|
24 |
+
- name: last_bounty
|
25 |
+
dtype: float64
|
26 |
+
- name: latest_age
|
27 |
+
dtype: int64
|
28 |
+
- name: main_crew
|
29 |
dtype: string
|
30 |
splits:
|
31 |
- name: train
|
32 |
+
num_bytes: 44593
|
33 |
+
num_examples: 121
|
34 |
+
download_size: 29708
|
35 |
+
dataset_size: 44593
|
36 |
configs:
|
37 |
- config_name: default
|
38 |
data_files:
|