dyyyyyyyy commited on
Commit
c267074
1 Parent(s): a44cf43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -24,7 +24,7 @@ We introduce GNER, a **G**enerative **N**amed **E**ntity **R**ecognition framewo
24
  * 🔁 Reproduction Materials: [Reproduction Materials](https://drive.google.com/drive/folders/1m2FqDgItEbSoeUVo-i18AwMvBcNkZD46?usp=drive_link)
25
 
26
  <p align="center">
27
- <img src="https://github.com/yyDing1/GNER/blob/main/assets/zero_shot_results.png">
28
  </p>
29
 
30
  ## PreTrained Models
@@ -62,7 +62,7 @@ Below is an using `GNER-LLaMA`
62
  >>> response = response[preds.find("[/INST]") + len("[/INST]"):].strip()
63
  >>> print(response)
64
  "did(O) george(B-actor) clooney(I-actor) make(O) a(O) musical(B-genre) in(O) the(O) 1980s(B-year)"
65
-
66
 
67
  ## Citation
68
 
@@ -75,4 +75,3 @@ Below is an using `GNER-LLaMA`
75
  archivePrefix={arXiv},
76
  primaryClass={cs.CL}
77
  }
78
- ```
 
24
  * 🔁 Reproduction Materials: [Reproduction Materials](https://drive.google.com/drive/folders/1m2FqDgItEbSoeUVo-i18AwMvBcNkZD46?usp=drive_link)
25
 
26
  <p align="center">
27
+ <img src="https://github.com/yyDing1/GNER/raw/main/assets/zero_shot_results.png">
28
  </p>
29
 
30
  ## PreTrained Models
 
62
  >>> response = response[preds.find("[/INST]") + len("[/INST]"):].strip()
63
  >>> print(response)
64
  "did(O) george(B-actor) clooney(I-actor) make(O) a(O) musical(B-genre) in(O) the(O) 1980s(B-year)"
65
+ ```
66
 
67
  ## Citation
68
 
 
75
  archivePrefix={arXiv},
76
  primaryClass={cs.CL}
77
  }