galthran commited on
Commit
fbc9894
·
1 Parent(s): 5129e38

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: val
8
+ path: data/val-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: id
14
+ dtype: int64
15
+ - name: keyword
16
+ dtype: string
17
+ - name: location
18
+ dtype: string
19
+ - name: text
20
+ dtype: string
21
+ - name: target
22
+ dtype: int64
23
+ - name: text_ru
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 2017592
28
+ num_examples: 6090
29
+ - name: val
30
+ num_bytes: 498856
31
+ num_examples: 1523
32
+ - name: test
33
+ num_bytes: 1085675
34
+ num_examples: 3263
35
+ download_size: 2007034
36
+ dataset_size: 3602123
37
+ ---
38
+ # Dataset Card for "disaster-tweets-ru"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)