Upload model_card.json with huggingface_hub
Browse files- model_card.json +14 -0
model_card.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"language": ["en"],
|
3 |
+
"license": "other",
|
4 |
+
"library_name": "peft",
|
5 |
+
"base_model": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
|
6 |
+
"tags": ["dungeons-and-dragons", "rpg", "lora", "peft"],
|
7 |
+
"datasets": ["custom D&D dataset"],
|
8 |
+
"model-index": [
|
9 |
+
{
|
10 |
+
"name": "DeepSeek-R1-Distill-Qwen-7B D&D LoRA",
|
11 |
+
"results": []
|
12 |
+
}
|
13 |
+
]
|
14 |
+
}
|