Instructions to use pere/roberta-debug-8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pere/roberta-debug-8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="pere/roberta-debug-8")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("pere/roberta-debug-8") model = AutoModelForMaskedLM.from_pretrained("pere/roberta-debug-8") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of step 175001
Browse files- flax_model.msgpack +1 -1
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1113187999
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6acb7180297d751d1944f9cb88d3589627d61315c162497fccf7f5e75f87ab3
|
| 3 |
size 1113187999
|