Instructions to use danitamayo/roberta_language_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danitamayo/roberta_language_detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="danitamayo/roberta_language_detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("danitamayo/roberta_language_detection") model = AutoModelForSequenceClassification.from_pretrained("danitamayo/roberta_language_detection") - Notebooks
- Google Colab
- Kaggle
Commit ·
900b746
1
Parent(s): 10fe31e
Upload RobertaForSequenceClassification
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112970869
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d05251b2cd284c6e24478edaa031cc967e6fdd120db0ad4836bba3fd4df8ed3c
|
| 3 |
size 1112970869
|