Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use mirfan899/da-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mirfan899/da-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mirfan899/da-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mirfan899/da-sentiment") model = AutoModelForSequenceClassification.from_pretrained("mirfan899/da-sentiment") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Apr17_08-59-11_f444c3d699df
- Jan27_16-22-32_e14ab204879c
- Jan27_16-39-47_e14ab204879c
- Jan29_11-58-36_09c2d887ae2d
- Jan29_12-32-44_09c2d887ae2d
- Jan29_12-59-11_09c2d887ae2d
- Jan29_13-32-50_09c2d887ae2d
- Jan29_13-56-35_09c2d887ae2d
- Jan29_15-29-03_09c2d887ae2d
- Jan30_12-55-33_7157f3bfa5f9
- May12_07-09-44_100859155bf6
- May12_07-18-58_100859155bf6
- May12_07-35-41_100859155bf6
- May13_01-59-10_87fa00d9f710
- May13_02-09-15_87fa00d9f710