Update README.md
Browse files
README.md
CHANGED
@@ -42,15 +42,15 @@ We release five GNER models based on LLaMA (7B) and Flan-T5 (base, large, xl and
|
|
42 |
|
43 |
## Demo usage
|
44 |
|
45 |
-
Please check out [Example Jupyter Notebooks](https://github.com/yyDing1/GNER/blob/main/notebook.ipynb) for guidance on utilizing GNER models.
|
46 |
-
|
47 |
-
A simple inference example is as follows:
|
48 |
-
|
49 |
You should install the dependencies:
|
50 |
```bash
|
51 |
pip install torch>=2.1.0 datasets>=2.17.0 deepspeed>=0.13.4 accelerate>=0.27.2 transformers>=4.38.1 protobuf>=4.25.3
|
52 |
```
|
53 |
|
|
|
|
|
|
|
|
|
54 |
Below is an example using `GNER-T5`
|
55 |
```python
|
56 |
>>> import torch
|
|
|
42 |
|
43 |
## Demo usage
|
44 |
|
|
|
|
|
|
|
|
|
45 |
You should install the dependencies:
|
46 |
```bash
|
47 |
pip install torch>=2.1.0 datasets>=2.17.0 deepspeed>=0.13.4 accelerate>=0.27.2 transformers>=4.38.1 protobuf>=4.25.3
|
48 |
```
|
49 |
|
50 |
+
Please check out [Example Jupyter Notebooks](https://github.com/yyDing1/GNER/blob/main/notebook.ipynb) for guidance on utilizing GNER models.
|
51 |
+
|
52 |
+
A simple inference example is as follows:
|
53 |
+
|
54 |
Below is an example using `GNER-T5`
|
55 |
```python
|
56 |
>>> import torch
|