nlpaueb/finer-139
Viewer • Updated • 1.12M • 800 • 28
How to use muhtasham/bert-tiny-finetuned-finer-tf with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="muhtasham/bert-tiny-finetuned-finer-tf") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("muhtasham/bert-tiny-finetuned-finer-tf")
model = AutoModelForTokenClassification.from_pretrained("muhtasham/bert-tiny-finetuned-finer-tf", device_map="auto")This model is a fine-tuned version of google/bert_uncased_L-2_H-128_A-2 on an unknown 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:
| Train Loss | Validation Loss | Epoch |
|---|---|---|
| 0.1188 | 0.0420 | 0 |
| 0.0438 | 0.0313 | 1 |
| 0.0372 | 0.0296 | 2 |