leondz/wnut_17
Updated • 3.38k • 19
How to use yefo-ufpe/bert-base-uncased-wnut_17 with PEFT:
from peft import PeftModel
from transformers import AutoModelForTokenClassification
base_model = AutoModelForTokenClassification.from_pretrained("google-bert/bert-base-uncased")
model = PeftModel.from_pretrained(base_model, "yefo-ufpe/bert-base-uncased-wnut_17")This model is a fine-tuned version of google-bert/bert-base-uncased on the wnut_17 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 | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 213 | 0.4305 | 1.0 | 0.0 | 0.0 | 0.9256 |
| No log | 2.0 | 426 | 0.3568 | 0.0 | 0.0 | 0.0 | 0.9256 |
| 0.496 | 3.0 | 639 | 0.3379 | 0.3495 | 0.0334 | 0.0609 | 0.9277 |
| 0.496 | 4.0 | 852 | 0.3166 | 0.3824 | 0.1205 | 0.1832 | 0.9321 |
| 0.1935 | 5.0 | 1065 | 0.3034 | 0.3907 | 0.1705 | 0.2374 | 0.9343 |
| 0.1935 | 6.0 | 1278 | 0.2956 | 0.4313 | 0.1863 | 0.2602 | 0.9353 |
| 0.1935 | 7.0 | 1491 | 0.2941 | 0.4700 | 0.1891 | 0.2697 | 0.9357 |
| 0.1717 | 8.0 | 1704 | 0.2960 | 0.4874 | 0.1965 | 0.2801 | 0.9363 |
| 0.1717 | 9.0 | 1917 | 0.2882 | 0.4797 | 0.2076 | 0.2898 | 0.9364 |
| 0.1594 | 10.0 | 2130 | 0.2870 | 0.4802 | 0.2132 | 0.2953 | 0.9366 |
Base model
google-bert/bert-base-uncased