lhoestq HF staff commited on
Commit
dbd611e
1 Parent(s): 7e437b1

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -21,6 +21,32 @@ task_ids:
21
  - masked-language-modeling
22
  paperswithcode_id: null
23
  pretty_name: Hebrew Projectbenyehuda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for Hebrew Projectbenyehuda
@@ -204,4 +230,4 @@ SOFTWARE.
204
 
205
  ### Contributions
206
 
207
- Thanks to [@imvladikon](https://github.com/imvladikon) for adding this dataset.
21
  - masked-language-modeling
22
  paperswithcode_id: null
23
  pretty_name: Hebrew Projectbenyehuda
24
+ dataset_info:
25
+ features:
26
+ - name: id
27
+ dtype: int32
28
+ - name: url
29
+ dtype: string
30
+ - name: title
31
+ dtype: string
32
+ - name: authors
33
+ dtype: string
34
+ - name: translators
35
+ dtype: string
36
+ - name: original_language
37
+ dtype: string
38
+ - name: genre
39
+ dtype: string
40
+ - name: source_edition
41
+ dtype: string
42
+ - name: text
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 318732537
47
+ num_examples: 10078
48
+ download_size: 317749152
49
+ dataset_size: 318732537
50
  ---
51
 
52
  # Dataset Card for Hebrew Projectbenyehuda
230
 
231
  ### Contributions
232
 
233
+ Thanks to [@imvladikon](https://github.com/imvladikon) for adding this dataset.