andrewzamai
commited on
Commit
•
fe3eca0
1
Parent(s):
c7510a5
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ license: llama2
|
|
5 |
SLIMER is an instruction-tuned LLM (LLaMA-2-7B based) for NER.
|
6 |
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.
|
7 |
|
8 |
-
<img src="https://huggingface.co/expertai/SLIMER/resolve/main/SLIMER_instruction_prompt.png" width="
|
9 |
|
10 |
SLIMER performs comparably to state-of-the-art approaches in out-of-domain zero-shot NER, while being trained on a reduced tag set.
|
11 |
|
|
|
5 |
SLIMER is an instruction-tuned LLM (LLaMA-2-7B based) for NER.
|
6 |
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.
|
7 |
|
8 |
+
<img src="https://huggingface.co/expertai/SLIMER/resolve/main/SLIMER_instruction_prompt.png" width="100">
|
9 |
|
10 |
SLIMER performs comparably to state-of-the-art approaches in out-of-domain zero-shot NER, while being trained on a reduced tag set.
|
11 |
|