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") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
992483c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:49a3167ac43f76b6cb5d6644744026e934fff0f7b3b15f3307578a71303924be
size 437977104
|