leondz/wnut_17
Updated • 4.42k • 19
How to use bhadauriaupendra062/BertWithMetaData with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="bhadauriaupendra062/BertWithMetaData") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("bhadauriaupendra062/BertWithMetaData")
model = AutoModelForTokenClassification.from_pretrained("bhadauriaupendra062/BertWithMetaData")This model is a fine-tuned version of 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.2898 | 0.6165 | 0.2697 | 0.3752 | 0.9388 |
| No log | 2.0 | 426 | 0.2739 | 0.5676 | 0.3346 | 0.4210 | 0.9413 |
Base model
google-bert/bert-base-uncased