Instructions to use TeamResearch/sentiment-model-saagie with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TeamResearch/sentiment-model-saagie with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TeamResearch/sentiment-model-saagie")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TeamResearch/sentiment-model-saagie") model = AutoModelForSequenceClassification.from_pretrained("TeamResearch/sentiment-model-saagie", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
18dc753
1
Parent(s): 627fef4
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 17563369
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf813218ecfc198492cbdbb03a962ac318942c4f1bcb126da3a8e340ab621c4f
|
| 3 |
size 17563369
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e10d247b8577b10a1a3f1bfd6cba43edaf96d91f4090cc2858a34ef1a4c7668
|
| 3 |
size 3055
|