Instructions to use Danieljava/minilm-language-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Danieljava/minilm-language-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Danieljava/minilm-language-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Danieljava/minilm-language-classifier") model = AutoModelForSequenceClassification.from_pretrained("Danieljava/minilm-language-classifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a48930fc5fafe4833350cfff90019d44a712a71a09e37f91abc4d47aa3b908cd
- Size of remote file:
- 133 MB
- SHA256:
- bd16ac2bfde898b19d0949325b9efa814db586470c41af3b4a23c1c62b81988e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.