gmonsoon commited on
Commit
6e50b35
·
verified ·
1 Parent(s): 4e89bbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -19
README.md CHANGED
@@ -10,14 +10,9 @@ language:
10
  - id
11
  - en
12
  ---
13
- # merge
14
 
15
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
16
-
17
- ## Merge Details
18
- ### Merge Method
19
-
20
- This model was merged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
21
 
22
  ### Models Merged
23
 
@@ -25,18 +20,10 @@ The following models were included in the merge:
25
  * [GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct)
26
  * [NousResearch/DeepHermes-3-Llama-3-8B-Preview](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview)
27
 
28
- ### Configuration
 
29
 
30
- The following YAML configuration was used to produce this model:
31
 
32
- ```yaml
33
- models:
34
- - model: NousResearch/DeepHermes-3-Llama-3-8B-Preview
35
- - model: GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct
36
- merge_method: slerp
37
- base_model: NousResearch/DeepHermes-3-Llama-3-8B-Preview
38
- dtype: bfloat16
39
- parameters:
40
- t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
41
 
42
- ```
 
10
  - id
11
  - en
12
  ---
 
13
 
14
+ ## Model Description
15
+ EunoiaHermes is a merged model. The purpose of this merge is to gain reasoning capability with Indonesian language.
 
 
 
 
16
 
17
  ### Models Merged
18
 
 
20
  * [GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct)
21
  * [NousResearch/DeepHermes-3-Llama-3-8B-Preview](https://huggingface.co/NousResearch/DeepHermes-3-Llama-3-8B-Preview)
22
 
23
+ ### Preview
24
+
25
 
26
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/P2XW92A6V7Q_Ga_aa1P8g.jpeg)
27
 
28
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642b04e4ecec03b44649e318/a3x9eNwjCopsKCOgIY8-R.jpeg)
 
 
 
 
 
 
 
 
29