Instructions to use simenaabol/tmp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simenaabol/tmp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="simenaabol/tmp")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("simenaabol/tmp") model = AutoModelForSequenceClassification.from_pretrained("simenaabol/tmp") - Notebooks
- Google Colab
- Kaggle
Commit ·
f39e62a
1
Parent(s): 7154ea4
End of training
Browse files- pytorch_model.bin +1 -1
- training_args.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 498163829
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d52c5769db529208e42b8c7016121f5c6814614de5d4a49d95ee9e6a7e8440a6
|
| 3 |
size 498163829
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3387
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97281d01c83ea6aa8ae8b14189710bf1bd2535bb0fcd75be28b149b3e6777311
|
| 3 |
size 3387
|