Azazelle commited on
Commit
d2074b9
1 Parent(s): e7053f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,6 +1,16 @@
1
  ---
 
 
 
 
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
4
  models:
5
  - model: mistralai/Mistral-7B-v0.1
6
  # no parameters necessary for base model
@@ -20,4 +30,5 @@ merge_method: dare_ties
20
  base_model: mistralai/Mistral-7B-v0.1
21
  parameters:
22
  int8_mask: true
23
- dtype: bfloat16
 
 
1
  ---
2
+ pipeline_tag: text-generation
3
+ tags:
4
+ - mistral
5
+ - merge
6
  license: cc-by-4.0
7
  ---
8
+ # Model Card for Sina-Thor-7b-Merge
9
+ <!-- Provide a quick summary of what the model is/does. -->
10
+ Part of a series of experimental DARE merges.
11
+
12
+ .yaml file for mergekit
13
+ ```.yaml:
14
  models:
15
  - model: mistralai/Mistral-7B-v0.1
16
  # no parameters necessary for base model
 
30
  base_model: mistralai/Mistral-7B-v0.1
31
  parameters:
32
  int8_mask: true
33
+ dtype: bfloat16
34
+ ```