Chen Zheng commited on
Commit
86b9ff4
·
1 Parent(s): 2ecd103

update readme

Browse files
README.md CHANGED
@@ -4,6 +4,7 @@
4
 
5
  ICE-GRT is a chat assistant trained by Reinforcement Learning from Human Feedback (RLHF) by Vicuna model.
6
 
 
7
  - Model type: An auto-regressive language model based on the transformer architecture
8
  - License: The same as lmsys/vicuna-13b-v1.5
9
  - Finetuned from model: lmsys/vicuna-13b-v1.5
@@ -18,4 +19,16 @@ Paper 2 (RLHF): Publish soon!
18
 
19
  The primary use of Vicuna is research on large language models and chatbots. The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
20
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
 
4
 
5
  ICE-GRT is a chat assistant trained by Reinforcement Learning from Human Feedback (RLHF) by Vicuna model.
6
 
7
+ - ICE-GRT: Instruction Context Enhancement by Generative Reinforcement based Transformers
8
  - Model type: An auto-regressive language model based on the transformer architecture
9
  - License: The same as lmsys/vicuna-13b-v1.5
10
  - Finetuned from model: lmsys/vicuna-13b-v1.5
 
19
 
20
  The primary use of Vicuna is research on large language models and chatbots. The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.
21
 
22
+ ## Ice-breaking!
23
+
24
+ The choice of the acronym "ICE" for ICE-GRT is deliberate. It represents our aspiration to catalyze an 'ice-breaking' moment in the research of LLMs.This reflects our hope to encourage researchers to explore and realize the broad possibilities of ICE-GRT in a range of tasks. We aim to pave the way for novel discoveries and advancements in the field, demonstrating that the capabilities of our model are as extensive and varied as they are innovative.
25
+
26
+
27
+ ## Model Performance on 12 different Tasks
28
+
29
+ ![General_Task_Performance](images/General_Task_Performance.png)
30
+
31
+ | ![rader1](images/rader1.png) | ![rader2](images/rader2.png) |
32
+ |----------------------|----------------------|
33
+ | ![rader3](images/rader3.png) | ![rader4](images/rader4.png) |
34
 
images/General_Task_Performance.png ADDED
images/rader1.png ADDED
images/rader2.png ADDED
images/rader3.png ADDED
images/rader4.png ADDED