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") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul10_23-39-01_0acce8ee3931
- Jul10_23-49-37_0acce8ee3931
- Jul11_00-06-48_0acce8ee3931
- Jul11_00-21-32_0acce8ee3931
- Jul11_00-28-42_0acce8ee3931
- Jul11_00-51-23_0acce8ee3931
- Jul11_01-04-03_0acce8ee3931
- Jul11_01-09-50_0acce8ee3931
- Jul11_01-24-52_0acce8ee3931
- Jul11_01-39-49_0acce8ee3931
- Jul11_01-46-24_0acce8ee3931
- Jul11_01-56-27_0acce8ee3931
- Jul11_02-04-02_0acce8ee3931
- Jul11_02-06-23_0acce8ee3931
- Jul11_02-09-18_0acce8ee3931
- Jul12_00-15-57_DESKTOP-LR846SV
- Jul12_00-25-25_DESKTOP-LR846SV
- Jul12_00-27-03_DESKTOP-LR846SV