nayohan commited on
Commit
7386a34
·
verified ·
1 Parent(s): a507c40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ library_name: transformers
5
  pipeline_tag: text-generation
6
  license: mit
7
  base_model:
8
- - meta-llama/Llama-2-7b
9
  ---
10
 
11
 
@@ -36,7 +36,7 @@ Yohan Na*, Dahye Kim*, and Dong-Kyu chae.
36
  <br>
37
 
38
  ## Introduction
39
- DialRet is a dialogue-specific language model designed for multi-session conversations.
40
  Instead of using memory modules, it leverages long-context LMs and instruction-tuning across eight tasks (e.g., dialogue generation, summarization, speaker relation extraction).
41
  It improves understanding and retention of past dialogues.
42
 
 
5
  pipeline_tag: text-generation
6
  license: mit
7
  base_model:
8
+ - pinkmanlove/llama-7b-hf
9
  ---
10
 
11
 
 
36
  <br>
37
 
38
  ## Introduction
39
+ DialRet is a dialogue-specific language model designed for multi-session conversations. (base model: llama-1-7b)
40
  Instead of using memory modules, it leverages long-context LMs and instruction-tuning across eight tasks (e.g., dialogue generation, summarization, speaker relation extraction).
41
  It improves understanding and retention of past dialogues.
42