Instructions to use sophiestein/experiment_foreign_language with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sophiestein/experiment_foreign_language with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sophiestein/experiment_foreign_language")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sophiestein/experiment_foreign_language") model = AutoModelForTokenClassification.from_pretrained("sophiestein/experiment_foreign_language", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, step 3500 76efd79
Sophie commited on
Training in progress, step 3000 ccf1c2d
Sophie commited on
Training in progress, step 2500 8d09672
Sophie commited on
Training in progress, step 2000 0a9fcb1
Sophie commited on
Training in progress, step 1500 89081ce
Sophie commited on
Training in progress, step 1000 9a2af80
Sophie commited on
Training in progress, step 500 76246c2
Sophie commited on
initial commit bd4c906
Sophie commited on