Instructions to use NTCAL/norbert2_sentiment_norec_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NTCAL/norbert2_sentiment_norec_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NTCAL/norbert2_sentiment_norec_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NTCAL/norbert2_sentiment_norec_2") model = AutoModelForSequenceClassification.from_pretrained("NTCAL/norbert2_sentiment_norec_2") - Notebooks
- Google Colab
- Kaggle
Commit ·
b134a2f
1
Parent(s): 0b012c6
Training in progress, epoch 1
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 1420922485
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b0e74e3a4db6002f0153f7cdb7edd2cc77b1d5793708f40cc9c70e541d21942
|
| 3 |
size 1420922485
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98ad4c0d918d5b545df16f003a06110eabe93df36982f30e13ebf6111b120b8a
|
| 3 |
size 3515
|