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