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