freefallr commited on
Commit
ef9950d
1 Parent(s): 41323cd

Create model.aidf

Browse files
Files changed (1) hide show
  1. model.aidf +47 -0
model.aidf ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "aidf_metadata": {
3
+ "version": "1.1.0",
4
+ "last_modified": "September 9th 2023, 01:30",
5
+ "meta": {
6
+ "purpose": "ai_general_assistant",
7
+ "custom_key": "custom_value"
8
+ }
9
+ },
10
+ "modelProfile": {
11
+ "model": {
12
+ "name": "jphme/llama-2-13b-chat-german",
13
+ "purpose": "text-generation",
14
+ "created_by": "hf.co/jphme",
15
+ "category": "llm",
16
+ "class": "llama2",
17
+ "architecture": "transformers",
18
+ "finetuned": "yes",
19
+ "finetuned_type": "chat, instruct",
20
+ "[category]_metadata": { # e.g. "llm_metadata", specific metadata for model type
21
+ "parameters": "70b",
22
+ "architecture": "transformers",
23
+ "fileFormats": "gguf, ggmlv3, gptq",
24
+ "custom_key": "custom_value"
25
+ }
26
+ },
27
+ "finetuning": {
28
+ "method": "full",
29
+ "datasets": [
30
+ "Prorietary german conversation dataset - [View Dataset](https://huggingface.co/datasets)"",
31
+ "German Squad - [View Dataset](https://huggingface.co/datasets)",
32
+ "German Legal Squad - [View Dataset](https://huggingface.co/datasets)"",
33
+ ],
34
+ "datasets_additional_info": "According to the model creator, the dataset was augmented with "false RAG data" to improve factuality.""
35
+ "additionalInfo": "for details see original model link."
36
+ },
37
+ "quantization": {
38
+ "types": ["8 bit", "5 bit (k_m)"],
39
+ "tools": "llama.cpp (commit 9e20231) for quantization to 8, 5 and 4 bit"
40
+ },
41
+ "deployment": {
42
+ "instructions": "#/bin/sh",
43
+ "scripts": "chmod +x run.sh && ./run.sh",
44
+ "notes": "script to be published soon"
45
+ }
46
+ }
47
+ }