Text Classification
Transformers
Safetensors
PyTorch
Persian
bert
sentiment-analysis
parsbert
persian
text-embeddings-inference
Instructions to use MTE313/NEXARA_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MTE313/NEXARA_Model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MTE313/NEXARA_Model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MTE313/NEXARA_Model") model = AutoModelForSequenceClassification.from_pretrained("MTE313/NEXARA_Model") - 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:e4c447607fd00544720dc8332a20ee5542ea6a952958f602b44ac9edc75b177c
|
| 3 |
+
size 651404276
|