dyyyyyyyy commited on
Commit
24123ce
1 Parent(s): a7df53c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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-T5`
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-T5`
55
  ```python
56
  >>> import torch