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