Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ _Fast Inference with Customization:_ Once trained, the ELM model architecture pe
|
|
28 |
## ELM-v0.1 Model Release
|
29 |
This repository contains code to run our ELM models. The current ELM model `elm-v0.1` (named _Rambutan_) was pre-trained (an intermediate checkpoint was used) and then instruction fine-tuned for downstream tasks.
|
30 |
|
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
|
32 |
- news_classification (ag_news)
|
33 |
|
34 |
|
|
|
28 |
## ELM-v0.1 Model Release
|
29 |
This repository contains code to run our ELM models. The current ELM model `elm-v0.1` (named _Rambutan_) was pre-trained (an intermediate checkpoint was used) and then instruction fine-tuned for downstream tasks.
|
30 |
|
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 extracted from the same ELM finetuned checkpoint for inference** and supports the following use-case.
|
32 |
- news_classification (ag_news)
|
33 |
|
34 |
|