Instructions to use NLPclass/text_classification_Persian_language with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NLPclass/text_classification_Persian_language with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NLPclass/text_classification_Persian_language")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NLPclass/text_classification_Persian_language") model = AutoModelForSequenceClassification.from_pretrained("NLPclass/text_classification_Persian_language") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:209d75026b78d25e3efb0695378052eec99674189a5b2de0dc18dfe37b1df9d2
|
| 3 |
+
size 651542728
|