Text Generation
ELM
English
dev-slx commited on
Commit
2fee0fe
1 Parent(s): 50d1493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -1,14 +1,14 @@
1
  # SliceX AI™ ELM (Efficient Language Models)
2
  This repository contains code to run our ELM models.
3
 
4
- 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
5
  - news_content_generation
6
 
7
  ## Download ELM repo
8
  ```bash
9
- git clone git@hf.co:slicexai/elm-v0.1_news_content_generation
10
  sudo apt-get intall git-lfs
11
  git lfs install
 
12
  ```
13
  (Optional) Installing git-lfs without sudo,
14
  ```bash
@@ -18,16 +18,9 @@ PATH=$PATH:/<absolute-path>/git-lfs-3.2.0/
18
  git lfs install
19
  ```
20
 
21
- ## Download ELM model checkpoints
22
- ```bash
23
- cd elm-v0.1_news_content_generation
24
- git lfs pull -I models/elm-1.0_news_content_generation/ckpt.pt
25
- git lfs pull -I models/elm-0.75_news_content_generation/ckpt.pt
26
- git lfs pull -I models/elm-0.25_news_content_generation/ckpt.pt
27
- ```
28
-
29
  ## Installation
30
  ```bash
 
31
  pip install -r requirements.txt
32
  ```
33
 
 
1
  # SliceX AI™ ELM (Efficient Language Models)
2
  This repository contains code to run our ELM models.
3
 
4
+ 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.
5
  - news_content_generation
6
 
7
  ## Download ELM repo
8
  ```bash
 
9
  sudo apt-get intall git-lfs
10
  git lfs install
11
+ git clone git@hf.co:slicexai/elm-v0.1_news_content_generation
12
  ```
13
  (Optional) Installing git-lfs without sudo,
14
  ```bash
 
18
  git lfs install
19
  ```
20
 
 
 
 
 
 
 
 
 
21
  ## Installation
22
  ```bash
23
+ cd elm-v0.1_news_content_generation
24
  pip install -r requirements.txt
25
  ```
26