nbroad/company_names
Viewer • Updated • 142k • 59 • 1
How to use nbroad/deberta-v3-base-company-names with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="nbroad/deberta-v3-base-company-names") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("nbroad/deberta-v3-base-company-names")
model = AutoModelForTokenClassification.from_pretrained("nbroad/deberta-v3-base-company-names")This model is a fine-tuned version of microsoft/deberta-v3-base on the nbroad/company_names 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.0752 | 1.0 | 2126 | 0.0664 | 0.7416 | 0.7979 | 0.7687 | 0.9757 |
| 0.0484 | 2.0 | 4252 | 0.0652 | 0.7725 | 0.7903 | 0.7813 | 0.9768 |
| 0.0415 | 3.0 | 6378 | 0.0693 | 0.7740 | 0.7963 | 0.7850 | 0.9769 |
Base model
microsoft/deberta-v3-base