asahi417 commited on
Commit
75179c3
1 Parent(s): 6da4923
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,8 +36,8 @@ An example of `train` looks as follows.
36
 
37
  ```
38
  {
39
- 'tokens': ['@paulwalk', 'It', "'s", 'the', 'view', 'from', 'where', 'I', "'m", 'living', 'for', 'two', 'weeks', '.', 'Empire', 'State', 'Building', '=', 'ESB', '.', 'Pretty', 'bad', 'storm', 'here', 'last', 'evening', '.'],
40
- 'tags': [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 3, 9, 9, 12, 3, 12, 12, 12, 12, 12, 12, 12, 12]
41
  }
42
  ```
43
 
@@ -59,7 +59,7 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
59
 
60
  | name |train|validation|test|
61
  |---------|----:|---------:|---:|
62
- |btc | 2395| 1009|1287|
63
 
64
  ### Citation Information
65
 
 
36
 
37
  ```
38
  {
39
+ 'tokens': ['I', 'hate', 'the', 'words', 'chunder', ',', 'vomit', 'and', 'puke', '.', 'BUUH', '.'],
40
+ 'tags': [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6]
41
  }
42
  ```
43
 
 
59
 
60
  | name |train|validation|test|
61
  |---------|----:|---------:|---:|
62
+ |btc | 6338| 1001|2000|
63
 
64
  ### Citation Information
65