Update README.md
Browse files
README.md
CHANGED
@@ -21,8 +21,10 @@ _Fast Inference with Customization:_ Once trained, the ELM model architecture pe
|
|
21 |
- **Demo** (try it out): https://huggingface.co/spaces/slicexai/elm-demo-v1
|
22 |
|
23 |
- **HuggingFace** (access ELM Model cards, code & app from HF): https://huggingface.co/slicexai
|
24 |
-
|
25 |
## ELM-v0.1 Model Release
|
|
|
|
|
26 |
Models are located in the `models` folder. ELM models in this repository comes in three sizes (elm-1.0, elm-0.75 and elm-0.25) and supports the following use-cases.
|
27 |
- news_classification
|
28 |
- toxicity_detection
|
|
|
21 |
- **Demo** (try it out): https://huggingface.co/spaces/slicexai/elm-demo-v1
|
22 |
|
23 |
- **HuggingFace** (access ELM Model cards, code & app from HF): https://huggingface.co/slicexai
|
24 |
+
|
25 |
## ELM-v0.1 Model Release
|
26 |
+
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.
|
27 |
+
|
28 |
Models are located in the `models` folder. ELM models in this repository comes in three sizes (elm-1.0, elm-0.75 and elm-0.25) and supports the following use-cases.
|
29 |
- news_classification
|
30 |
- toxicity_detection
|