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