maddes8cht commited on
Commit
de5182c
1 Parent(s): e9fc58f

"Update README.md"

Browse files
Files changed (1) hide show
  1. README.md +5 -12
README.md CHANGED
@@ -21,21 +21,14 @@ I'm constantly enhancing these model descriptions to provide you with the most r
21
  - Model creator: [mosaicml](https://huggingface.co/mosaicml)
22
  - Original model: [mpt-7b](https://huggingface.co/mosaicml/mpt-7b)
23
 
24
- # Important Update for Falcon Models in llama.cpp Versions After October 18, 2023
25
 
26
- As noted on the [Llama.cpp GitHub repository](https://github.com/ggerganov/llama.cpp#hot-topics), all new Llama.cpp releases after October 18, 2023, will require a re-quantization due to the new BPE tokenizer.
27
 
28
- **Good news!** I am glad that my re-quantization process for Falcon Models is nearly complete. Download the latest quantized models to ensure compatibility with recent llama.cpp software.
29
-
30
- **Key Points:**
31
-
32
- - **Stay Informed:** Keep an eye on software application release schedules using llama.cpp libraries.
33
- - **Monitor Upload Times:** Re-quantization is *almost* done. Watch for updates on my Hugging Face Model pages.
34
-
35
- **Important Compatibility Note:** Old software will work with old Falcon models, but expect updated software to exclusively support the new models.
36
-
37
- This change primarily affects **Falcon** and **Starcoder** models, with other models remaining unaffected.
38
 
 
39
 
40
 
41
 
 
21
  - Model creator: [mosaicml](https://huggingface.co/mosaicml)
22
  - Original model: [mpt-7b](https://huggingface.co/mosaicml/mpt-7b)
23
 
24
+ MPT-7b and MPT-30B are part of the family of Mosaic Pretrained Transformer (MPT) models, which use a modified transformer architecture optimized for efficient training and inference.
25
 
 
26
 
27
+ ---
28
+ # Brief
29
+ The MPT-7B and MPT-30B Models are part of the family of Mosaic Pretrained Transformer (MPT) models, which use a modified transformer architecture optimized for efficient training and inference.
 
 
 
 
 
 
 
30
 
31
+ ---
32
 
33
 
34