freQuensy23 commited on
Commit
165d8c4
1 Parent(s): 5e1e814

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -17,6 +17,17 @@ configs:
17
  data_files:
18
  - split: train
19
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  # FULLY OPENSOURCE NOW (apache license)
22
  ## Dataset short info
@@ -27,5 +38,4 @@ file: `data/train-....parquet`
27
 
28
  - date: str - date string in default python datetime format (ex. "2000-01-01T00:00:00")
29
 
30
- - rebellion_info: int64 - did a rebellion happen then (1 yes, 0 - no) (ex 0) [other 18,446,744,073,709,551,615 int64 values can be use as labels in the future]
31
-
 
17
  data_files:
18
  - split: train
19
  path: data/train-*
20
+ task_categories:
21
+ - token-classification
22
+ language:
23
+ - ru
24
+ - en
25
+ tags:
26
+ - seq2seq
27
+ - historical
28
+ - russia
29
+ size_categories:
30
+ - 10K<n<100K
31
  ---
32
  # FULLY OPENSOURCE NOW (apache license)
33
  ## Dataset short info
 
38
 
39
  - date: str - date string in default python datetime format (ex. "2000-01-01T00:00:00")
40
 
41
+ - rebellion_info: int64 - did a rebellion happen then (1 yes, 0 - no) (ex 0) [other 18,446,744,073,709,551,615 int64 values can be use as labels in the future]