Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,9 @@ language:
|
|
6 |
|
7 |
---
|
8 |
|
|
|
|
|
|
|
9 |
# UniNER-7B-definition
|
10 |
|
11 |
**Description**: A UniNER-7B model trained from LLama-7B using the [Pile-NER-definition data](https://huggingface.co/datasets/Universal-NER/Pile-NER-definition) without human-labeled data. The data was collected by prompting gpt-3.5-turbo-0301 to label entities from passages and provide short-sentence definitions. The data collection prompt is as follows:
|
|
|
6 |
|
7 |
---
|
8 |
|
9 |
+
# 💡We'll release the code for using UniversalNER at [this repo](https://github.com/universal-ner/universal-ner) by EOW (08/13/2023)
|
10 |
+
|
11 |
+
|
12 |
# UniNER-7B-definition
|
13 |
|
14 |
**Description**: A UniNER-7B model trained from LLama-7B using the [Pile-NER-definition data](https://huggingface.co/datasets/Universal-NER/Pile-NER-definition) without human-labeled data. The data was collected by prompting gpt-3.5-turbo-0301 to label entities from passages and provide short-sentence definitions. The data collection prompt is as follows:
|