tsinik commited on
Commit
027a556
1 Parent(s): d0bb6b4

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -23
README.md CHANGED
@@ -53,28 +53,7 @@ Examples of `train` looks as follows.
53
 
54
  ```
55
 
56
- ### Label ID
57
- The label2id dictionary can be found at [here](https://huggingface.co/datasets/kmb-ai/vaia-ner/raw/main/dataset/label.json).
58
- ```python
59
- {
60
- "O": 0,
61
- "B-Rating": 1,
62
- "I-Rating": 2,
63
- "B-Amenity": 3,
64
- "I-Amenity": 4,
65
- "B-Location": 5,
66
- "I-Location": 6,
67
- "B-Restaurant_Name": 7,
68
- "I-Restaurant_Name": 8,
69
- "B-Price": 9,
70
- "B-Hours": 10,
71
- "I-Hours": 11,
72
- "B-Dish": 12,
73
- "I-Dish": 13,
74
- "B-Cuisine": 14,
75
- "I-Price": 15,
76
- "I-Cuisine": 16
77
- }
78
- ```
79
 
80
 
 
53
 
54
  ```
55
 
56
+
57
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59