shubhamkrishna
commited on
Commit
·
adaf860
1
Parent(s):
f310503
Update README.md
Browse files
README.md
CHANGED
@@ -31,13 +31,7 @@ A `bert-base-uncased` model finetuned on a custom dataset to detect `Country` an
|
|
31 |
### Custom Dataset
|
32 |
We weakly supervised the [Ultra-Fine Entity Typing](https://www.cs.utexas.edu/~eunsol/html_pages/open_entity.html) dataset to include the `City` and `Country` information. We also did some extra preprocessing to remove false labels.
|
33 |
|
34 |
-
The model predicts 3 different tags:
|
35 |
-
|
36 |
-
| **Predicted Tag**| **Meaning** |
|
37 |
-
|------------------|-------------|
|
38 |
-
| LABEL_0 | Others |
|
39 |
-
| LABEL_2 | Country |
|
40 |
-
| LABEL_3 | City |
|
41 |
|
42 |
|
43 |
|
|
|
31 |
### Custom Dataset
|
32 |
We weakly supervised the [Ultra-Fine Entity Typing](https://www.cs.utexas.edu/~eunsol/html_pages/open_entity.html) dataset to include the `City` and `Country` information. We also did some extra preprocessing to remove false labels.
|
33 |
|
34 |
+
The model predicts 3 different tags: `OTHER`, `CITY` and `COUNTRY`
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
|
37 |
|