andrewzamai
commited on
Commit
•
fc743ec
1
Parent(s):
041c287
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
|
|
|
|
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 |
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
datasets:
|
4 |
+
- Universal-NER/Pile-NER-type
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
|
10 |
+
# SLIMER: Show Less Instruct More Entity Recognition
|
11 |
+
|
12 |
SLIMER is an instruction-tuned LLM (LLaMA-2-7B based) for NER.
|
13 |
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.
|
14 |
|