Triangle104 commited on
Commit
9094087
1 Parent(s): 4bb75f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: llama2
3
  datasets:
4
  - ACE05
5
  - conll2003
@@ -30,6 +30,24 @@ base_model: THU-KEG/ADELIE-SFT-3B
30
  This model was converted to GGUF format from [`THU-KEG/ADELIE-SFT-3B`](https://huggingface.co/THU-KEG/ADELIE-SFT-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
31
  Refer to the [original model card](https://huggingface.co/THU-KEG/ADELIE-SFT-3B) for more details on the model.
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ## Use with llama.cpp
34
  Install llama.cpp through brew (works on Mac and Linux)
35
 
@@ -68,4 +86,4 @@ Step 3: Run inference through the main binary.
68
  or
69
  ```
70
  ./llama-server --hf-repo Triangle104/ADELIE-SFT-3B-Q4_K_S-GGUF --hf-file adelie-sft-3b-q4_k_s.gguf -c 2048
71
- ```
 
1
  ---
2
+ license: llama3.2
3
  datasets:
4
  - ACE05
5
  - conll2003
 
30
  This model was converted to GGUF format from [`THU-KEG/ADELIE-SFT-3B`](https://huggingface.co/THU-KEG/ADELIE-SFT-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
31
  Refer to the [original model card](https://huggingface.co/THU-KEG/ADELIE-SFT-3B) for more details on the model.
32
 
33
+ ---
34
+ Model details:
35
+ -
36
+ We introduce ADELIE (Aligning large language moDELs on Information Extraction), an aligned LLM that effectively solves various IE tasks, including closed IE, open IE, and on-demand IE. We first collect and construct a high-quality alignment corpus IEInstruct for IE. Then we train ADELIESFT using instruction tuning on IEInstruct. We further train ADELIESFT with direct preference optimization (DPO) objective, resulting in ADELIEDPO. Extensive experiments on various held-out IE datasets demonstrate that our models (ADELIESFT and ADELIEDPO) achieve state-of-the-art (SoTA) performance among open-source models. We further explore the general capabilities of ADELIE, and experimental results reveal that their general capabilities do not exhibit a noticeable decline.
37
+
38
+ 📖 Paper: ADELIE: Aligning Large Language Models on Information Extraction
39
+
40
+ 🐧 Github: THU/ADELIE
41
+
42
+ Model Description
43
+ -
44
+ Developed by: Yunjia Qi, Hao Peng, Xiaozhi Wang, Bin Xu, Lei Hou, Juanzi Li
45
+ Model type: Text Generation
46
+ Language(s) (NLP): English
47
+ License: LLaMA2 License for the base model.
48
+ Finetuned from model [optional]: LLaMA3.2-3B
49
+
50
+ ---
51
  ## Use with llama.cpp
52
  Install llama.cpp through brew (works on Mac and Linux)
53
 
 
86
  or
87
  ```
88
  ./llama-server --hf-repo Triangle104/ADELIE-SFT-3B-Q4_K_S-GGUF --hf-file adelie-sft-3b-q4_k_s.gguf -c 2048
89
+ ```