dev-slx commited on
Commit
0f65dcc
1 Parent(s): d36de21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -9
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_classification
6
 
7
  ## Download ELM repo
8
  ```bash
9
- git clone git@hf.co:slicexai/elm-v0.1_news_classification
10
  sudo apt-get intall git-lfs
11
  git lfs install
 
12
  ```
13
  (Optional) Installing git-lfs without sudo,
14
  ```bash
@@ -18,16 +18,10 @@ 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_classification
24
- git lfs pull -I models/elm-1.0_news_classification/ckpt.pt
25
- git lfs pull -I models/elm-0.75_news_classification/ckpt.pt
26
- git lfs pull -I models/elm-0.25_news_classification/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_classification
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_classification
12
  ```
13
  (Optional) Installing git-lfs without sudo,
14
  ```bash
 
18
  git lfs install
19
  ```
20
 
 
 
 
 
 
 
 
21
 
22
  ## Installation
23
  ```bash
24
+ cd elm-v0.1_news_classification
25
  pip install -r requirements.txt
26
  ```
27