andrewzamai commited on
Commit
b5c1274
1 Parent(s): 3316e47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,9 +9,9 @@ pipeline_tag: text-generation
9
 
10
  # SLIMER: Show Less Instruct More Entity Recognition
11
 
12
- SLIMER is an instruction-tuned LLM for zero-shot NER.
13
 
14
- 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.
15
 
16
  <img src="https://huggingface.co/expertai/SLIMER/resolve/main/SLIMER_instruction_prompt.png" width="200">
17
 
 
9
 
10
  # SLIMER: Show Less Instruct More Entity Recognition
11
 
12
+ SLIMER is an instruction-tuned LLaMA-2-7B model for zero-shot NER.
13
 
14
+ 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.
15
 
16
  <img src="https://huggingface.co/expertai/SLIMER/resolve/main/SLIMER_instruction_prompt.png" width="200">
17