freefallr commited on
Commit
362713e
1 Parent(s): debadec

Rename profile.aidf to profile.aiml

Browse files
Files changed (1) hide show
  1. 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
- "aidf_metadata": {
5
- "version": "1.1.0",
6
  "last_modified": "September 9th 2023, 01:30",
7
- "meta": {
8
- "purpose": "ai_general_assistant",
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
- "datasets_additional_info": "According to the model creator, the dataset was augmented with "false RAG data" to improve factuality.""
37
- "additionalInfo": "for details see original model link."
38
  },
39
  "quantization": {
40
- "types": ["8 bit", "5 bit (k_m)"],
41
- "tools": "llama.cpp (commit 9e20231) for quantization to 8, 5 and 4 bit"
 
42
  },
43
  "deployment": {
44
- "instructions": "#/bin/sh",
45
- "scripts": "chmod +x run.sh && ./run.sh",
46
- "notes": "script to be published soon"
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
  }