Instructions to use codejin/distilroberta-base-finetuned-wikitext2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codejin/distilroberta-base-finetuned-wikitext2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="codejin/distilroberta-base-finetuned-wikitext2")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("codejin/distilroberta-base-finetuned-wikitext2") model = AutoModelForMaskedLM.from_pretrained("codejin/distilroberta-base-finetuned-wikitext2") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4000
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328693404
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e6167e1a1687d0b92bb5ac8c37ab8999b065d7d83d129e0b9c94e993bea759f
|
| 3 |
size 328693404
|
runs/Jan11_11-35-34_c090958f50e8/events.out.tfevents.1704972937.c090958f50e8.796.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:72edca991523b1608382b0b9363103b387b58d70204ddfb325fe4bc552ea71d5
|
| 3 |
+
size 5809
|