Text Classification
Transformers
TensorBoard
Safetensors
Persian
bert
Generated from Trainer
text-embeddings-inference
Instructions to use dadashzadeh/tiny-bert-Sentiment-persian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dadashzadeh/tiny-bert-Sentiment-persian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dadashzadeh/tiny-bert-Sentiment-persian")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dadashzadeh/tiny-bert-Sentiment-persian") model = AutoModelForSequenceClassification.from_pretrained("dadashzadeh/tiny-bert-Sentiment-persian", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,8 @@ model-index:
|
|
| 11 |
language:
|
| 12 |
- fa
|
| 13 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 11 |
language:
|
| 12 |
- fa
|
| 13 |
pipeline_tag: text-classification
|
| 14 |
+
datasets:
|
| 15 |
+
- hezarai/sentiment-dksf
|
| 16 |
---
|
| 17 |
|
| 18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|