dondongwonlee
commited on
Commit
•
375d585
1
Parent(s):
acfa89c
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ tags:
|
|
13 |
---
|
14 |
# GELI: Adapted LLM (Llama-2-7b-chat-hf) for Social Conversations Via Facial Expressions
|
15 |
This is the official model card for the fine-tuned Llama-2 model that was produced from *Global Reward to Local Rewards: Multimodal-Guided Decomposition for Improving Dialogue Agents* presented at EMNLP 2024 (Oral).
|
16 |
-
|
17 |
To load the model, please follow the following script. We rely on the Llama-2 tokenizer.
|
18 |
```
|
19 |
lm_tokenizer = LlamaTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
|
|
|
13 |
---
|
14 |
# GELI: Adapted LLM (Llama-2-7b-chat-hf) for Social Conversations Via Facial Expressions
|
15 |
This is the official model card for the fine-tuned Llama-2 model that was produced from *Global Reward to Local Rewards: Multimodal-Guided Decomposition for Improving Dialogue Agents* presented at EMNLP 2024 (Oral).
|
16 |
+
Check our the paper [Here](https://arxiv.org/abs/2403.11330)
|
17 |
To load the model, please follow the following script. We rely on the Llama-2 tokenizer.
|
18 |
```
|
19 |
lm_tokenizer = LlamaTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
|