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