tjellm commited on
Commit
e9457e8
1 Parent(s): 2aa6d19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - medusa
5
  ---
6
+
7
+ # Model Description
8
+ This is a Medusa model for Mistral 7B Instruct v0.2.
9
+ This is trained using the latest Medusa 2 commit.
10
+
11
+
12
+ ## Training:
13
+ * Dataset used is the self distillation dataset from Mistral 7B Instruct v0.2, temperature 0.3 with output token of 2048.
14
+ * It has been trained using axolotl fork as describe in Medusa 2 README.md
15
+
16
+ ## Inference:
17
+ * To load the model please follow the instruction found in [Github](https://github.com/FasterDecoding/Medusa?tab=readme-ov-file)