Instructions to use dongbobo/taskgen-benchmark-upload with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dongbobo/taskgen-benchmark-upload with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dongbobo/taskgen-benchmark-upload", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload upload_manifest.json with huggingface_hub
Browse files- upload_manifest.json +10 -0
upload_manifest.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo_id": "dongbobo/taskgen-benchmark-upload",
|
| 3 |
+
"readme_sha256": "386d6edf80f857f39d703225ac05e0430da0dbafbbfc08895b2caed858e7a116",
|
| 4 |
+
"uploaded_files": [
|
| 5 |
+
"README.md",
|
| 6 |
+
"figures/fig1.png",
|
| 7 |
+
"figures/fig2.png",
|
| 8 |
+
"figures/fig3.png"
|
| 9 |
+
]
|
| 10 |
+
}
|