ayan-sh003 commited on
Commit
6476bae
1 Parent(s): bee80f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Cognitive-Lab/LLama3-Gaja-Hindi-8B-v0.1
4
+ - HPAI-BSC/Llama3-Aloe-8B-Alpha
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+
10
+ ---
11
+ # llama3-hindi-medbotlm-v0.3
12
+
13
+ This is a GGUF of a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
+
15
+ ## Merge Details
16
+ ### Merge Method
17
+
18
+ This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [HPAI-BSC/Llama3-Aloe-8B-Alpha](https://huggingface.co/HPAI-BSC/Llama3-Aloe-8B-Alpha) as a base.
19
+
20
+ ### Models Merged
21
+
22
+ The following models were included in the merge:
23
+ * [Cognitive-Lab/LLama3-Gaja-Hindi-8B-v0.1](https://huggingface.co/Cognitive-Lab/LLama3-Gaja-Hindi-8B-v0.1)
24
+
25
+ ### Configuration
26
+
27
+ The following YAML configuration was used to produce this model:
28
+
29
+ ```yaml
30
+ models:
31
+ - model: Cognitive-Lab/LLama3-Gaja-Hindi-8B-v0.1
32
+ parameters:
33
+ weight: 0.40
34
+ - model: HPAI-BSC/Llama3-Aloe-8B-Alpha
35
+ parameters:
36
+ weight: 0.60
37
+
38
+
39
+
40
+ base_model: HPAI-BSC/Llama3-Aloe-8B-Alpha
41
+ merge_method: task_arithmetic
42
+ dtype: bfloat16
43
+
44
+
45
+ ```