Instructions to use g4ry/classification_experiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use g4ry/classification_experiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="g4ry/classification_experiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("g4ry/classification_experiment") model = AutoModelForSequenceClassification.from_pretrained("g4ry/classification_experiment") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin with git-lfs
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e09370f71353e97ca2976db726d963cdcae73f713f2f032f652a1ccd6a89ee4
|
| 3 |
+
size 435820589
|