Instructions to use addy88/distilroberta-base-finegrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use addy88/distilroberta-base-finegrain with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="addy88/distilroberta-base-finegrain")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("addy88/distilroberta-base-finegrain") model = AutoModelForSequenceClassification.from_pretrained("addy88/distilroberta-base-finegrain") - Notebooks
- Google Colab
- Kaggle
addy88/distillroberta-base-finegrain
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328529141
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2778465817be378f51557064a5c77315235102aeb307911d2c89a1cb39a44f12
|
| 3 |
size 328529141
|
runs/Jun15_09-28-53_0607-055005-7d6znjad-10-139-64-4/events.out.tfevents.1686821345.0607-055005-7d6znjad-10-139-64-4.6057.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1e462ffbaad47d5753bf82a87be675cde184fcc35434c102ee24a47107a4780
|
| 3 |
+
size 16162
|