asahi417 commited on
Commit
cc55a62
1 Parent(s): 79a7199
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
- "tags": [0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
40
- "tokens": ["1", ".", "1", ".", "4", "Borrower", "engages", "in", "criminal", "conduct", "or", "is", "involved", "in", "criminal", "activities", ";"]
41
  }
42
  ```
43
 
@@ -69,4 +69,4 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
69
 
70
  | name |train|validation|test|
71
  |---------|----:|---------:|---:|
72
- |mit_restaurant |6899 | 759| 1520|
 
36
 
37
  ```
38
  {
39
+ 'tags': [0, 0, 0, 0, 0, 0, 0, 0, 5, 3, 4, 0],
40
+ 'tokens': ['can', 'you', 'find', 'the', 'phone', 'number', 'for', 'the', 'closest', 'family', 'style', 'restaurant']
41
  }
42
  ```
43
 
 
69
 
70
  | name |train|validation|test|
71
  |---------|----:|---------:|---:|
72
+ |mit_restaurant |6900 | 760| 1521|