Instructions to use addy88/distilroberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use addy88/distilroberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="addy88/distilroberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("addy88/distilroberta-base") model = AutoModelForSequenceClassification.from_pretrained("addy88/distilroberta-base") - Notebooks
- Google Colab
- Kaggle
addy88/distillroberta-base
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328793653
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bbda45b2677a17f85a91ec3387defb9f00bd1c07d93934f8a19bc085e8c0261
|
| 3 |
size 328793653
|
runs/Jun12_09-16-16_0607-055005-7d6znjad-10-139-64-4/events.out.tfevents.1686561943.0607-055005-7d6znjad-10-139-64-4.1408.9
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:797f1c527e941b8a54f762fa4206ce10fd2ca65442f9d04469daf9b580bbc2e9
|
| 3 |
+
size 10426
|