asahi417 commited on
Commit
2f36ab2
1 Parent(s): b169c39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -36,7 +36,10 @@ An example of `train` looks as follows.
36
 
37
  ```
38
  {
39
-
 
 
 
40
  }
41
  ```
42
 
@@ -64,9 +67,9 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
64
 
65
  ### Data Splits
66
 
67
- | name |train|validation|test|
68
- |---------|----:|---------:|---:|
69
- |tweetner7 | 1639| 710 |1201|
70
 
71
  ### Citation Information
72
 
 
36
 
37
  ```
38
  {
39
+ 'tokens': ['Morning', '5km', 'run', 'with', '{{USERNAME}}', 'for', 'breast', 'cancer', 'awareness', '#', 'pinkoctober', '#', 'breastcancerawareness', '#', 'zalorafit', '#', 'zalorafitxbnwrc', '@', 'The', 'Central', 'Park', ',', 'Desa', 'Parkcity', '{{URL}}'],
40
+ 'tags': [14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 2, 14, 2, 14, 14, 14, 14, 14, 14, 4, 11, 11, 11, 11, 14],
41
+ 'id': '1183344337016381440',
42
+ 'date': '2019-10-13'
43
  }
44
  ```
45
 
 
67
 
68
  ### Data Splits
69
 
70
+ | name |train|validation|test|train_2020|validation_2020|test_2020|train_2021|validation_2021|test_2021|extra_2020|extra_2021|
71
+ |----------|----:|---------:|---:|---------:|--------------:|--------:|---------:|--------------:|--------:|---------:|---------:|
72
+ |tweetner7 | 4616| 576 |2807|4616 | 576 | 576 | 2495 | 310 | 2807 | 87880 | 93594 |
73
 
74
  ### Citation Information
75