Instructions to use YagiASAFAS/MSPoliBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YagiASAFAS/MSPoliBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="YagiASAFAS/MSPoliBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("YagiASAFAS/MSPoliBERT") model = AutoModelForSequenceClassification.from_pretrained("YagiASAFAS/MSPoliBERT") - Notebooks
- Google Colab
- Kaggle
Commit ·
9b51722
1
Parent(s): 673ea68
Training in progress, epoch 5
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 438039090
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdd5059d00fd3ef3947ea469a2b5b71eb9022366af4fcb22660b7a4a8b45f0fb
|
| 3 |
size 438039090
|