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 ·
ae0a4a9
1
Parent(s): e37ef5a
Training in progress, epoch 8
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:37448f239f0cc12f755ff5698ae84658bb599f5f80584e7c0752716d30fbb8dd
|
| 3 |
size 438039090
|