Instructions to use frett/distilroberta-base_task2-2_macrof1-weight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use frett/distilroberta-base_task2-2_macrof1-weight with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="frett/distilroberta-base_task2-2_macrof1-weight")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("frett/distilroberta-base_task2-2_macrof1-weight") model = AutoModelForSequenceClassification.from_pretrained("frett/distilroberta-base_task2-2_macrof1-weight") - Notebooks
- Google Colab
- Kaggle
Upload RobertaForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328495356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc776c3e40c831e409c04a46747a2da4372a1e22b3ecce4fca5e7c6635e777e6
|
| 3 |
size 328495356
|