Instructions to use willmuldrew/foo-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use willmuldrew/foo-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="willmuldrew/foo-model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("willmuldrew/foo-model") model = AutoModelForMaskedLM.from_pretrained("willmuldrew/foo-model") - Notebooks
- Google Colab
- Kaggle
Commit ·
14ef5c1
1
Parent(s): dad686f
Upload events.out.tfevents with huggingface_hub
Browse files- events.out.tfevents +3 -0
events.out.tfevents
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9a93edc665c5a9cf79f9c508261ee7cd66d0f4b01eca22dd0ade374d390e8a7
|
| 3 |
+
size 10611
|