Update README.md
Browse files
README.md
CHANGED
|
@@ -74,7 +74,7 @@ EmCoder v1.0 uses the `roberta-base` tokenizer for correct token-to-embedding ma
|
|
| 74 |
### 1. Setup & Tokenization
|
| 75 |
Install dependencies
|
| 76 |
```bash
|
| 77 |
-
pip install
|
| 78 |
```
|
| 79 |
Setup EmCoder
|
| 80 |
```python
|
|
|
|
| 74 |
### 1. Setup & Tokenization
|
| 75 |
Install dependencies
|
| 76 |
```bash
|
| 77 |
+
pip install torch transformers safetensors
|
| 78 |
```
|
| 79 |
Setup EmCoder
|
| 80 |
```python
|