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