Babelscape/multinerd
Viewer • Updated • 3.35M • 1.19k • 25
How to use doomnova/distilbert_system_A with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="doomnova/distilbert_system_A") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("doomnova/distilbert_system_A")
model = AutoModelForTokenClassification.from_pretrained("doomnova/distilbert_system_A")This model is a fine-tuned version of distilbert-base-cased 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 |
|---|---|---|---|---|---|---|---|
| 0.0278 | 1.0 | 8205 | 0.0434 | 0.8992 | 0.8977 | 0.8984 | 0.9843 |
| 0.0161 | 2.0 | 16410 | 0.0477 | 0.9067 | 0.9065 | 0.9066 | 0.9851 |
| 0.0097 | 3.0 | 24615 | 0.0547 | 0.8996 | 0.9132 | 0.9063 | 0.9850 |
Base model
distilbert/distilbert-base-cased