munish0838 commited on
Commit
75fce96
1 Parent(s): b54f85b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ license: cc-by-nc-nd-4.0
5
+ base_model:
6
+ - johnsnowlabs/JSL-MedMNX-7B
7
+ - BioMistral/BioMistral-7B-DARE
8
+ library_name: transformers
9
+ tags:
10
+ - mergekit
11
+ - merge
12
+
13
+
14
+ ---
15
+
16
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
17
+
18
+
19
+ # QuantFactory/BioMistral-MedMNX-GGUF
20
+ This is quantized version of [BioMistral/BioMistral-MedMNX](https://huggingface.co/BioMistral/BioMistral-MedMNX) created using llama.cpp
21
+
22
+ # Original Model Card
23
+
24
+ # BioMistral-MedMNX
25
+
26
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
27
+
28
+ ## Merge Details
29
+ ### Merge Method
30
+
31
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [johnsnowlabs/JSL-MedMNX-7B](https://huggingface.co/johnsnowlabs/JSL-MedMNX-7B) as a base.
32
+
33
+ ### Models Merged
34
+
35
+ The following models were included in the merge:
36
+ * [BioMistral/BioMistral-7B-DARE](https://huggingface.co/BioMistral/BioMistral-7B-DARE)
37
+
38
+ ### Configuration
39
+
40
+ The following YAML configuration was used to produce this model:
41
+
42
+ ```yaml
43
+
44
+ models:
45
+ - model: johnsnowlabs/JSL-MedMNX-7B
46
+ parameters:
47
+ density: 0.53
48
+ weight: 0.4
49
+ - model: BioMistral/BioMistral-7B-DARE
50
+ parameters:
51
+ density: 0.53
52
+ weight: 0.3
53
+
54
+ merge_method: dare_ties
55
+ tokenizer_source: union
56
+ base_model: johnsnowlabs/JSL-MedMNX-7B
57
+ parameters:
58
+ int8_mask: true
59
+ dtype: bfloat16
60
+
61
+ ```
62
+