Instructions to use tartuNLP/mtee-domain-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tartuNLP/mtee-domain-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tartuNLP/mtee-domain-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tartuNLP/mtee-domain-detection") model = AutoModelForSequenceClassification.from_pretrained("tartuNLP/mtee-domain-detection") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json b0203dd
Update README.md 7f827a5
Update README.md 170e72c
Create README.md 49b2fcf
Update config.json f42865a
Update config.json e2ba5b3
add file 30db184
helehh commited on
add model files 13d9ac6
helehh commited on