tappyness1 commited on
Commit
4b490cc
·
1 Parent(s): 6c2b026

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Name
5
+ dtype: string
6
+ - name: affiliation
7
+ dtype: string
8
+ - name: age
9
+ dtype: string
10
+ - name: bounty
11
+ dtype: string
12
+ - name: epithet
13
+ dtype: string
14
+ - name: first
15
+ dtype: string
16
+ - name: occupation
17
+ dtype: string
18
+ - name: status
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: 35487
33
+ num_examples: 100
34
+ download_size: 25385
35
+ dataset_size: 35487
36
+ configs:
37
+ - config_name: default
38
+ data_files:
39
+ - split: train
40
+ path: data/train-*
41
+ ---
42
+ # Dataset Card for "one_dash"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)