Upload model_info.json with huggingface_hub
Browse files- model_info.json +20 -0
model_info.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Qwen2.5-Coder-7B-Instruct-Omni1.1",
|
| 3 |
+
"author": "TomBombadyl",
|
| 4 |
+
"description": "Qwen2.5-Coder-7B-Instruct fine-tuned for Isaac Sim 5.0 robotics development",
|
| 5 |
+
"tags": [
|
| 6 |
+
"robotics",
|
| 7 |
+
"isaac-sim",
|
| 8 |
+
"code-generation",
|
| 9 |
+
"omni",
|
| 10 |
+
"nvidia"
|
| 11 |
+
],
|
| 12 |
+
"model_type": "causal_lm",
|
| 13 |
+
"base_model": "Qwen/Qwen2.5-Coder-7B-Instruct",
|
| 14 |
+
"license": "MIT",
|
| 15 |
+
"datasets": [
|
| 16 |
+
"isaac-sim-robotics-synthetic"
|
| 17 |
+
],
|
| 18 |
+
"language": "en",
|
| 19 |
+
"library_name": "transformers"
|
| 20 |
+
}
|