KATANABRAVE commited on
Commit
a140a57
·
1 Parent(s): 2f08eae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: llama2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: llama2
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ dataset_info:
11
+ features:
12
+ - name: title
13
+ dtype: string
14
+ - name: article
15
+ dtype: string
16
+ - name: text
17
+ dtype: string
18
+ - name: input_ids
19
+ sequence: int32
20
+ - name: attention_mask
21
+ sequence: int8
22
+ - name: labels
23
+ sequence: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 110879624
27
+ num_examples: 8500
28
+ - name: validation
29
+ num_bytes: 3383807
30
+ num_examples: 277
31
+ download_size: 48437278
32
+ dataset_size: 114263431
33
  ---