Token Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use sophiestein/experiment_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sophiestein/experiment_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sophiestein/experiment_2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sophiestein/experiment_2") model = AutoModelForTokenClassification.from_pretrained("sophiestein/experiment_2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
update model card README.md 633f6e2
Sophie commited on
End of training 750b9bb
Sophie commited on
Training in progress, step 2500 4f120d5
Sophie commited on
Training in progress, step 2000 b12e087
Sophie commited on
Training in progress, step 1500 b538e11
Sophie commited on
Training in progress, step 1000 d6674cb
Sophie commited on
Training in progress, step 500 00233d2
Sophie commited on
initial commit aeee311
Sophie commited on