Dotted-WSD
Collection
Models that disambiguate word sense and regular polysemy. • 13 items • Updated
How to use lopentu/yentinglin-bert-base-zhtw-DottedWSD with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="lopentu/yentinglin-bert-base-zhtw-DottedWSD") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("lopentu/yentinglin-bert-base-zhtw-DottedWSD")
model = AutoModelForSequenceClassification.from_pretrained("lopentu/yentinglin-bert-base-zhtw-DottedWSD")This model is a fine-tuned version of yentinglin/bert-base-zhtw on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.2322 | 0.9997 | 770 | 0.2292 | 0.9098 |
| 0.2042 | 1.9994 | 1540 | 0.2111 | 0.9166 |
| 0.1921 | 2.9990 | 2310 | 0.2118 | 0.9180 |
Base model
yentinglin/bert-base-zhtw