Instructions to use Shadman-Rohan/results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shadman-Rohan/results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shadman-Rohan/results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shadman-Rohan/results") model = AutoModelForSequenceClassification.from_pretrained("Shadman-Rohan/results") - Notebooks
- Google Colab
- Kaggle
Commit ·
764029d
1
Parent(s): 201f9a8
Training completed!
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267851249
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77c96512b6330417de68ffbdaaa8792147adcf6e831b8b680570455b03a7b510
|
| 3 |
size 267851249
|