Instructions to use gary109/wikitext_roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gary109/wikitext_roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="gary109/wikitext_roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("gary109/wikitext_roberta-base") model = AutoModelForMaskedLM.from_pretrained("gary109/wikitext_roberta-base") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498861675
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b791d775dce9173fc169a76f8577dd1758e9bc62e669805ada13274eef5b179
|
| 3 |
size 498861675
|
runs/Jun17_03-59-07_2a431abae87c/events.out.tfevents.1655438373.2a431abae87c.2935.0
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:a9f883de5786a1b96c0d59e1a5afe73767124897837da0826225f81893615e8b
|
| 3 |
+
size 126234
|