surrey-nlp/PLOD-CW-25
Viewer • Updated • 2.4k • 130 • 1
How to use slightlycodic/TC-ABB-BERT with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="slightlycodic/TC-ABB-BERT") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("slightlycodic/TC-ABB-BERT")
model = AutoModelForTokenClassification.from_pretrained("slightlycodic/TC-ABB-BERT")This model was trained from scratch 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:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 125 | 0.3279 | 0.7562 | 0.8527 | 0.8016 | 0.8860 |
| No log | 2.0 | 250 | 0.3262 | 0.7634 | 0.8642 | 0.8107 | 0.8901 |
| No log | 3.0 | 375 | 0.3109 | 0.7725 | 0.8635 | 0.8155 | 0.8922 |