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