dev-slx commited on
Commit
5ac3a9a
1 Parent(s): f43e19c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,13 +22,13 @@ Models are located in the `models` folder. ELM models in this repository comes i
22
  ## Setup ELM
23
  ### Download ELM repo
24
  ```bash
25
- git clone git@hf.co:slicexai/elm-v0.1
26
  sudo apt-get intall git-lfs
27
  git lfs install
28
  ```
29
  ### Installation
30
  ```bash
31
- cd elm-v0.1
32
  pip install -r requirements.txt
33
  ```
34
 
 
22
  ## Setup ELM
23
  ### Download ELM repo
24
  ```bash
25
+ git clone git@hf.co:slicexai/elm-v0.1_toxicity_detection
26
  sudo apt-get intall git-lfs
27
  git lfs install
28
  ```
29
  ### Installation
30
  ```bash
31
+ cd elm-v0.1_toxicity_detection
32
  pip install -r requirements.txt
33
  ```
34