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