dev-slx commited on
Commit
9c74028
1 Parent(s): ee1a025

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text2text-generation
 
 
4
  ---
5
  # SliceX AI™ ELM (Efficient Language Models)
6
  **ELM** (which stands for **E**fficient **L**anguage **M**odels) is the first version in the series of cutting-edge language models from [SliceX AI](https://slicex.ai) that is designed to achieve the best in class performance in terms of _quality_, _throughput_ & _memory_.
@@ -27,7 +29,7 @@ _Fast Inference with Customization:_ Once trained, the ELM model architecture pe
27
  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.
28
 
29
  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-case.
30
- - news_content_generation
31
 
32
 
33
 
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text2text-generation
4
+ datasets:
5
+ - JulesBelveze/tldr_news
6
  ---
7
  # SliceX AI™ ELM (Efficient Language Models)
8
  **ELM** (which stands for **E**fficient **L**anguage **M**odels) is the first version in the series of cutting-edge language models from [SliceX AI](https://slicex.ai) that is designed to achieve the best in class performance in terms of _quality_, _throughput_ & _memory_.
 
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
  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-case.
32
+ - news_content_generation (tldr_news dataset)
33
 
34
 
35