Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ In this version, we employed our new, improved decomposable ELM techniques on a
|
|
35 |
There are three ELM Turbo slices derived from the `Meta-Llama-3.1-8B-Instruct` model:
|
36 |
1. `slicexai/Llama3.1-elm-turbo-3B-instruct` (3B params)
|
37 |
2. `slicexai/Llama3.1-elm-turbo-4B-instruct`(4B params)
|
38 |
-
|
39 |
|
40 |
Make sure to update your transformers installation via pip install --upgrade transformers.
|
41 |
|
|
|
35 |
There are three ELM Turbo slices derived from the `Meta-Llama-3.1-8B-Instruct` model:
|
36 |
1. `slicexai/Llama3.1-elm-turbo-3B-instruct` (3B params)
|
37 |
2. `slicexai/Llama3.1-elm-turbo-4B-instruct`(4B params)
|
38 |
+
3. `slicexai/Llama3.1-elm-turbo-6B-instruct` (6B params)
|
39 |
|
40 |
Make sure to update your transformers installation via pip install --upgrade transformers.
|
41 |
|