Rename profile.aidf to profile.aiml
Browse files- profile.aidf → profile.aiml +11 -11
profile.aidf → profile.aiml
RENAMED
@@ -1,11 +1,11 @@
|
|
1 |
# Work in progress! More info soon.
|
2 |
|
3 |
{
|
4 |
-
"
|
5 |
-
"
|
6 |
"last_modified": "September 9th 2023, 01:30",
|
7 |
-
"
|
8 |
-
"purpose": "
|
9 |
"custom_key": "custom_value"
|
10 |
}
|
11 |
},
|
@@ -33,17 +33,17 @@
|
|
33 |
"German Squad - [View Dataset](https://huggingface.co/datasets)",
|
34 |
"German Legal Squad - [View Dataset](https://huggingface.co/datasets)"",
|
35 |
],
|
36 |
-
"
|
37 |
-
"additionalInfo": "for details see original model link."
|
38 |
},
|
39 |
"quantization": {
|
40 |
-
"types": ["8
|
41 |
-
"
|
|
|
42 |
},
|
43 |
"deployment": {
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"notes": "script
|
47 |
}
|
48 |
}
|
49 |
}
|
|
|
1 |
# Work in progress! More info soon.
|
2 |
|
3 |
{
|
4 |
+
"metadata": {
|
5 |
+
"aiml_version": "1.1.0",
|
6 |
"last_modified": "September 9th 2023, 01:30",
|
7 |
+
"properties": {
|
8 |
+
"purpose": "llm-text-generation",
|
9 |
"custom_key": "custom_value"
|
10 |
}
|
11 |
},
|
|
|
33 |
"German Squad - [View Dataset](https://huggingface.co/datasets)",
|
34 |
"German Legal Squad - [View Dataset](https://huggingface.co/datasets)"",
|
35 |
],
|
36 |
+
"description": "According to the model creator, the dataset was finetuned with several instruct-based datasets in German language and augmented with false RAG data to improve model factuality.""
|
|
|
37 |
},
|
38 |
"quantization": {
|
39 |
+
"types": ["8 Bit", "5 Bit (k_m)"],
|
40 |
+
"formats": ["GGUF"],
|
41 |
+
"tools_used": "llama.cpp (commit 9e20231) - for quantization to 8, 5 and 4 bit"
|
42 |
},
|
43 |
"deployment": {
|
44 |
+
"shell": "#/bin/sh",
|
45 |
+
"script": "chmod +x run.sh && ./run.sh",
|
46 |
+
"notes": "The run.sh script is not yet published in this repo. It will be made available within the next few days."
|
47 |
}
|
48 |
}
|
49 |
}
|