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
Training in progress, step 2000
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:478ff0264b40c95f785bbe670b8b2467ed2ffda2ba395adff8e3715d3c9d4ff3
|
| 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:2b0ce81920f72190c4cc299cfcb4fe036bc72c7c9b38ebe27dd05023d456da5d
|
| 3 |
+
size 9749
|