minhtt32 commited on
Commit
cb2b4e1
·
verified ·
1 Parent(s): d1cd385

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -1,10 +1,25 @@
 
 
 
 
 
 
 
 
 
1
  # UniNER-7B-all
 
 
 
2
 
3
- **Description**: This model is self fine-tuned from [TinyLLama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T). It is trained on ChatGPT-generated [Pile-NER-type data](https://huggingface.co/datasets/Universal-NER/Pile-NER-type).
4
 
5
  Check our [paper](https://arxiv.org/abs/2308.03279) for more information.
6
 
7
- ## Inference
 
 
 
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