Update README.md
#1
by
shengz
- opened
README.md
CHANGED
@@ -6,6 +6,8 @@ language:
|
|
6 |
|
7 |
---
|
8 |
|
|
|
|
|
9 |
# UniNER-7B-type
|
10 |
|
11 |
**Description**: A UniNER-7B model trained from LLama-7B using the [Pile-NER-type data](https://huggingface.co/datasets/Universal-NER/Pile-NER-type) without human-labeled data. The data was collected by prompting gpt-3.5-turbo-0301 to label entities from passages and provide entity tags. 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 |
# UniNER-7B-type
|
12 |
|
13 |
**Description**: A UniNER-7B model trained from LLama-7B using the [Pile-NER-type data](https://huggingface.co/datasets/Universal-NER/Pile-NER-type) without human-labeled data. The data was collected by prompting gpt-3.5-turbo-0301 to label entities from passages and provide entity tags. The data collection prompt is as follows:
|