Instructions to use thothai/thoth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thothai/thoth with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="thothai/thoth")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("thothai/thoth") model = AutoModelForSequenceClassification.from_pretrained("thothai/thoth", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 226ec726aa69aff4f36e05913b993dae2309540f9513a692bd70e918b425dffd
- Size of remote file:
- 737 MB
- SHA256:
- 24b6a52e8adbe5faec5fd5108735bdaffa29baa8883dba7e91c4edf725d4752f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.