Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,13 @@ tags:
|
|
8 |
|
9 |
# Wineberto ner model
|
10 |
|
11 |
-
Pretrained model on on wine labels and descriptions for named entity recognition that uses bert-base-uncased as the base model.
|
|
|
12 |
|
13 |
* Updated to remove bias on position of wine label in the training inputs.
|
14 |
* also updated to remove trying to get the wine classification. e.g. Grand Cru etc because training data is not reliable.
|
15 |
|
|
|
16 |
## Model description
|
17 |
|
18 |
|
|
|
8 |
|
9 |
# Wineberto ner model
|
10 |
|
11 |
+
Pretrained model on on wine labels and descriptions for named entity recognition that uses bert-base-uncased as the base model. This tries to recognize both the wine label and also description about the wine.
|
12 |
+
<b>The label discovery doesnt work as well as just using the panigrah/winberto-labels model. </b>
|
13 |
|
14 |
* Updated to remove bias on position of wine label in the training inputs.
|
15 |
* also updated to remove trying to get the wine classification. e.g. Grand Cru etc because training data is not reliable.
|
16 |
|
17 |
+
|
18 |
## Model description
|
19 |
|
20 |
|