Instructions to use dongbobo/capability-benchmark-hf-upload-task with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dongbobo/capability-benchmark-hf-upload-task with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dongbobo/capability-benchmark-hf-upload-task", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload checkpoints_manifest.json with huggingface_hub
Browse files
checkpoints_manifest.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"checkpoints": ["step_100", "step_200", "step_300", "step_400", "step_500", "step_600", "step_700", "step_800", "step_900", "step_1000"]}
|