dev-slx commited on
Commit
7864a94
1 Parent(s): 6d067ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -31,9 +31,9 @@ This repository contains code to run our ELM models. The current ELM model `elm-
31
  ELM models (in the `models` folder) in this repository come in three sizes (elm-1.0, elm-0.75 and elm-0.25). **All these different slices are derived from the same ELM-1.0 finetuned checkpoint** and supports the following use-case.
32
  - news_classification (ag_news)
33
 
34
- ```note
35
- NOTE: ELM-v0.1 is an early version finetuned from an intermediate pretrained checkpoint & without any KV caching, decoding optimizations, or quantization applied.
36
- ```
37
 
38
  ## Setup ELM
39
  ### Download ELM repo
 
31
  ELM models (in the `models` folder) in this repository come in three sizes (elm-1.0, elm-0.75 and elm-0.25). **All these different slices are derived from the same ELM-1.0 finetuned checkpoint** and supports the following use-case.
32
  - news_classification (ag_news)
33
 
34
+
35
+ **NOTE: ELM-v0.1 is an early version finetuned from an intermediate pretrained checkpoint & without any KV caching, decoding optimizations, or quantization applied.**
36
+
37
 
38
  ## Setup ELM
39
  ### Download ELM repo