Instructions to use gg-ai/tiny-quantized_train-2601 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gg-ai/tiny-quantized_train-2601 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gg-ai/tiny-quantized_train-2601")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gg-ai/tiny-quantized_train-2601") model = AutoModelForSequenceClassification.from_pretrained("gg-ai/tiny-quantized_train-2601", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e13a715 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:44e36a19ada13337404bcb63fd82f618f13f16852febff3423ae4c024b91f6e6
size 21393285
|