Instructions to use dilip025/dummy-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dilip025/dummy-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="dilip025/dummy-model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("dilip025/dummy-model") model = AutoModelForMaskedLM.from_pretrained("dilip025/dummy-model") - Notebooks
- Google Colab
- Kaggle
Upload satori_small_checkpoints/step_lightning_11800.pt with huggingface_hub
Browse files
satori_small_checkpoints/step_lightning_11800.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9515c68b2a309043cd51097418d880eb93bfb2f21a30c4ce9fb533959f6c1a4
|
| 3 |
+
size 6285939385
|