asahi417 commited on
Commit
398d7b3
1 Parent(s): 7c6a648
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -35,8 +35,8 @@ An example of `train` looks as follows.
35
 
36
  ```
37
  {
38
- 'tags': [0, 0, 0, 0, 0, 0, 0, 0, 5, 3, 4, 0],
39
- 'tokens': ['can', 'you', 'find', 'the', 'phone', 'number', 'for', 'the', 'closest', 'family', 'style', 'restaurant']
40
  }
41
  ```
42
 
@@ -76,4 +76,4 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
76
 
77
  | name |train|validation|test|
78
  |---------|----:|---------:|---:|
79
- |mit_movie_trivia |6900 | 760| 1521|
 
35
 
36
  ```
37
  {
38
+ 'tags': [0, 13, 14, 0, 0, 0, 3, 4, 4, 4, 4, 4, 4, 4, 4],
39
+ 'tokens': ['a', 'steven', 'spielberg', 'film', 'featuring', 'a', 'bluff', 'called', 'devil', 's', 'tower', 'and', 'a', 'spectacular', 'mothership']
40
  }
41
  ```
42
 
 
76
 
77
  | name |train|validation|test|
78
  |---------|----:|---------:|---:|
79
+ |mit_movie_trivia |6816 | 1000| 1953|