andrewzamai commited on
Commit
b4225a7
·
verified ·
1 Parent(s): 7a056d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -12,11 +12,12 @@ base_model:
12
  - meta-llama/Llama-3.1-8B-Instruct
13
  ---
14
 
15
- # SLIMER-3: Show Less Instruct More Entity Recognition LLaMA3
16
 
17
- This LLaMA-3 based model scores +12.5 % wrt paper's original SLIMER LLaMA-2.
 
18
 
19
- GitHub repository: https://github.com/andrewzamai/SLIMER
20
 
21
  SLIMER is an LLM specifically instructed for zero-shot NER on English language.
22
 
@@ -24,7 +25,6 @@ SLIMER for Italian language can be found at: https://huggingface.co/expertai/LLa
24
 
25
  Instructed on a reduced number of samples, it is designed to tackle never-seen-before Named Entity tags by leveraging a prompt enriched with a DEFINITION and GUIDELINES for the NE to be extracted.
26
 
27
-
28
  <!DOCTYPE html>
29
  <html>
30
  <head>
 
12
  - meta-llama/Llama-3.1-8B-Instruct
13
  ---
14
 
15
+ # SLIMER-3-PARALLEL: Show Less Instruct More Entity Recognition LLaMA3
16
 
17
+ This LLaMA-3 based model scores +17 % over paper's original SLIMER LLaMA-2,
18
+ while allowing up to 16 NEs to be extracted in parallel per prompt.
19
 
20
+ GitHub repository: https://github.com/andrewzamai/SLIMER/tree/LLaMA3
21
 
22
  SLIMER is an LLM specifically instructed for zero-shot NER on English language.
23
 
 
25
 
26
  Instructed on a reduced number of samples, it is designed to tackle never-seen-before Named Entity tags by leveraging a prompt enriched with a DEFINITION and GUIDELINES for the NE to be extracted.
27
 
 
28
  <!DOCTYPE html>
29
  <html>
30
  <head>