pszemraj commited on
Commit
4418ce1
1 Parent(s): abcd46d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -20,4 +20,36 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ source_datasets: ashraq/financial-news-articles
24
+ license: odc-by
25
+ task_categories:
26
+ - text-generation
27
+ size_categories:
28
+ - 100K<n<1M
29
  ---
30
+
31
+
32
+
33
+ ```yml
34
+ dataset_info:
35
+ features:
36
+ - name: title
37
+ dtype: string
38
+ - name: text
39
+ dtype: string
40
+ - name: url
41
+ dtype: string
42
+ - name: word_count
43
+ dtype: int64
44
+ splits:
45
+ - name: train
46
+ num_bytes: 554834105.9892601
47
+ num_examples: 199711
48
+ download_size: 459025008
49
+ dataset_size: 554834105.9892601
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ ```