Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,10 @@ You should install the dependencies:
|
|
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 |
Below is an example using `GNER-LLaMA`
|
51 |
```python
|
52 |
>>> import torch
|
|
|
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-LLaMA`
|
55 |
```python
|
56 |
>>> import torch
|