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 ·
ddbff6d
1
Parent(s): a6949df
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:751e5b1822639dc69e4080930a996cb6e5b5498119bdcc9f3b5e12a841b1326f
|
| 3 |
size 267851249
|