winglian commited on
Commit
48b2980
1 Parent(s): 4d34a45

update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -10,7 +10,15 @@ inference:
10
  temperature: 0.7
11
  ---
12
 
13
- # Model Card for Mistral-7B-v0.1
 
 
 
 
 
 
 
 
14
 
15
  The Mistral-7B-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters.
16
  Mistral-7B-v0.1 outperforms Llama 2 13B on all benchmarks we tested.
@@ -43,4 +51,4 @@ Mistral 7B is a pretrained base model and therefore does not have any moderation
43
 
44
  ## The Mistral AI Team
45
 
46
- Albert Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lélio Renard Lavaud, Lucile Saulnier, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas Wang, Timothée Lacroix, William El Sayed.
 
10
  temperature: 0.7
11
  ---
12
 
13
+ # Model Card for DenseFormer Mistral-7B-v0.1
14
+
15
+ This is a DenseFormer implementation of Mistral-7B-v0.1. The details about DenseFormer are in the [paper](https://arxiv.org/abs/2402.02622).
16
+
17
+ This model WILL require additional pretraining to see the improvements indicated by the DenseFormer paper. Per the paper:
18
+
19
+ ```
20
+ Once deciding to go to the valley where DWA weights are not used, it is difficult to recover and ultimately benefit from newly added DWA weights. We believe this phenomenon could be mitigated using a better learning rate scheduler. We leave this investigation as future work.
21
+ ```
22
 
23
  The Mistral-7B-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters.
24
  Mistral-7B-v0.1 outperforms Llama 2 13B on all benchmarks we tested.
 
51
 
52
  ## The Mistral AI Team
53
 
54
+ Albert Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lélio Renard Lavaud, Lucile Saulnier, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas Wang, Timothée Lacroix, William El Sayed.