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 ir_checkpoints/step_lightning_1000.pt with huggingface_hub
Browse files
ir_checkpoints/step_lightning_1000.pt
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:49af03b48b0ed3b2a14b4d2bc127a3ebca45d6d1972139bd9ae655e8f4077239
|
| 3 |
+
size 3387934414
|