imvladikon commited on
Commit
5f6190a
1 Parent(s): 526a8e3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: articles
4
+ features:
5
+ - name: title
6
+ dtype: string
7
+ - name: author
8
+ dtype: string
9
+ - name: datetime
10
+ dtype: string
11
+ - name: url
12
+ dtype: string
13
+ - name: month
14
+ dtype: string
15
+ - name: day
16
+ dtype: string
17
+ - name: doc_id
18
+ dtype: string
19
+ - name: text
20
+ dtype: string
21
+ - name: year
22
+ dtype: string
23
+ splits:
24
+ - name: train
25
+ num_bytes: 1295302496
26
+ num_examples: 446809
27
+ download_size: 773369674
28
+ dataset_size: 1295302496
29
+ configs:
30
+ - config_name: articles
31
+ data_files:
32
+ - split: train
33
+ path: articles/train-*
34
+ ---
35
+ # Dataset Card for "bloomberg_news_weak_ner"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)