Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ We release five GNER models based on LLaMA (7B) and Flan-T5 (base, large, xl and
|
|
| 44 |
|
| 45 |
You should install the dependencies:
|
| 46 |
```bash
|
| 47 |
-
pip install torch
|
| 48 |
```
|
| 49 |
|
| 50 |
Please check out [Example Jupyter Notebooks](https://github.com/yyDing1/GNER/blob/main/notebook.ipynb) for guidance on utilizing GNER models.
|
|
|
|
| 44 |
|
| 45 |
You should install the dependencies:
|
| 46 |
```bash
|
| 47 |
+
pip install torch datasets deepspeed accelerate transformers protobuf
|
| 48 |
```
|
| 49 |
|
| 50 |
Please check out [Example Jupyter Notebooks](https://github.com/yyDing1/GNER/blob/main/notebook.ipynb) for guidance on utilizing GNER models.
|