Instructions to use dataak-ai/dk-sentiment-tookabert-base-unsloth-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dataak-ai/dk-sentiment-tookabert-base-unsloth-4bit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dataak-ai/dk-sentiment-tookabert-base-unsloth-4bit")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dataak-ai/dk-sentiment-tookabert-base-unsloth-4bit") model = AutoModelForSequenceClassification.from_pretrained("dataak-ai/dk-sentiment-tookabert-base-unsloth-4bit", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Uploaded model
- Developed by: dataak-ai
- License: apache-2.0
- Finetuned from model : PartAI/TookaBERT-Base
This bert model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 8
Model tree for dataak-ai/dk-sentiment-tookabert-base-unsloth-4bit
Base model
PartAI/TookaBERT-Base