Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# UniNER-7B-all
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
Check our [paper](https://arxiv.org/abs/2308.03279) for more information.
|
6 |
|
7 |
-
|
|
|
|
|
|
|
8 |
```python
|
9 |
# Install transformers from source - only needed for versions <= v4.34
|
10 |
# pip install git+https://github.com/huggingface/transformers.git
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Universal-NER/Pile-NER-type
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
<div align="center">
|
9 |
+
|
10 |
# UniNER-7B-all
|
11 |
+
</div>
|
12 |
+
|
13 |
+
This model is finetuned from [TinyLLama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T).
|
14 |
|
15 |
+
It is trained on ChatGPT-generated [Pile-NER-type data](https://huggingface.co/datasets/Universal-NER/Pile-NER-type).
|
16 |
|
17 |
Check our [paper](https://arxiv.org/abs/2308.03279) for more information.
|
18 |
|
19 |
+
### How to use
|
20 |
+
You will need the transformers>=4.34
|
21 |
+
Do check the [TinyLlama](https://github.com/jzhang38/TinyLlama) github page for more information.
|
22 |
+
|
23 |
```python
|
24 |
# Install transformers from source - only needed for versions <= v4.34
|
25 |
# pip install git+https://github.com/huggingface/transformers.git
|