Instructions to use HyperlinksSpace/TinyModel1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HyperlinksSpace/TinyModel1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HyperlinksSpace/TinyModel1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HyperlinksSpace/TinyModel1") model = AutoModelForSequenceClassification.from_pretrained("HyperlinksSpace/TinyModel1") - Notebooks
- Google Colab
- Kaggle
Commit History
Deploy TinyModel1 from GitHub Actions da85f20 verified
Deploy TinyModel1 from GitHub Actions 6df69f6 verified
Vsevolod Ignatyev commited on
Deploy TinyModel1 from GitHub Actions 1370f8f verified
Vsevolod Ignatyev commited on
Deploy TinyModel1 from GitHub Actions 7a87789 verified
Vsevolod Ignatyev commited on
Deploy TinyModel1 from GitHub Actions b8e9eee verified
Vsevolod Ignatyev commited on
Deploy TinyModel1 from GitHub Actions 0ba0739 verified
Vsevolod Ignatyev commited on
Deploy TinyModel1 from GitHub Actions dbde804 verified
Vsevolod Ignatyev commited on
initial commit 70383fe verified
Vsevolod Ignatyev commited on