umarigan commited on
Commit
08904b1
·
1 Parent(s): 2e5a034

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: ner
11
+ list:
12
+ - name: end
13
+ dtype: int64
14
+ - name: entity
15
+ dtype: string
16
+ - name: index
17
+ dtype: int64
18
+ - name: score
19
+ dtype: float32
20
+ - name: start
21
+ dtype: int64
22
+ - name: word
23
+ dtype: string
24
+ - name: cleaned_ners
25
+ sequence: string
26
+ - name: cleaned_new
27
+ sequence: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1781032869
31
+ num_examples: 265000
32
+ download_size: 698313289
33
+ dataset_size: 1781032869
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: train
38
+ path: data/train-*
39
+ ---
40
+ # Dataset Card for "turkish_wikipedia_dataset_NER"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)