Update README.md
Browse files
README.md
CHANGED
@@ -12,32 +12,10 @@ tags:
|
|
12 |
|
13 |
# SahabatAI-MediChatIndo-8B-v1
|
14 |
|
15 |
-
SahabatAI-MediChatIndo-8B-v1 is a merge of the following models
|
16 |
* [sethuiyer/Medichat-Llama3-8B](https://huggingface.co/sethuiyer/Medichat-Llama3-8B)
|
17 |
* [GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct)
|
18 |
|
19 |
-
## 🧩 Configuration
|
20 |
-
|
21 |
-
```yaml
|
22 |
-
models:
|
23 |
-
- model: sethuiyer/Medichat-Llama3-8B
|
24 |
-
parameters:
|
25 |
-
weight: 1
|
26 |
-
density: 1
|
27 |
-
- model: GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct
|
28 |
-
parameters:
|
29 |
-
weight: 1
|
30 |
-
density: 1
|
31 |
-
merge_method: ties
|
32 |
-
base_model: GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct
|
33 |
-
parameters:
|
34 |
-
density: 1
|
35 |
-
normalize: true
|
36 |
-
int8_mask: true
|
37 |
-
tokenizer_source: union
|
38 |
-
dtype: bfloat16
|
39 |
-
```
|
40 |
-
|
41 |
## 💻 Usage
|
42 |
|
43 |
```python
|
|
|
12 |
|
13 |
# SahabatAI-MediChatIndo-8B-v1
|
14 |
|
15 |
+
SahabatAI-MediChatIndo-8B-v1 is a merge of the following models:
|
16 |
* [sethuiyer/Medichat-Llama3-8B](https://huggingface.co/sethuiyer/Medichat-Llama3-8B)
|
17 |
* [GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct)
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## 💻 Usage
|
20 |
|
21 |
```python
|