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