m-elio commited on
Commit
f38f3e5
·
verified ·
1 Parent(s): 530107a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,7 +8,7 @@ base_model:
8
  pipeline_tag: text-generation
9
  ---
10
 
11
- # Model Card for LLaVA-NDiNO_long
12
 
13
  ## Model description
14
 
@@ -16,7 +16,7 @@ pipeline_tag: text-generation
16
 
17
  **LLaVA-NDiNO** is a family of *Large Vision Language Models (LVLMs)* that have been trained for the Italian language.
18
 
19
- The model was trained by instruction-tuning [**LLaMA 3 8B Base**](https://huggingface.co/meta-llama/Meta-Llama-3-8B) and [**CLIP Large 336**](https://huggingface.co/openai/clip-vit-large-patch14-336) on an Italian machine-translated version of [LLaVA Conversation 58k](https://huggingface.co/datasets/jxu124/llava_conversation_58k).
20
 
21
  If you are interested in more details regarding the training procedure, you can find the code we used at the following link:
22
  - **Repository:** https://github.com/swapUniba/LLaVA-NDiNO
@@ -27,7 +27,7 @@ If you are interested in more details regarding the training procedure, you can
27
  - **Model type:** LLaMA 3 + CLIP
28
  - **Language(s) (NLP):** Italian
29
  - **License:** Llama 3 Community License
30
- - **Finetuned from model:** [swap-uniba/LLaVA-NDiNO_pt](https://huggingface.co/swap-uniba/LLaVA-NDiNO_pt)
31
 
32
 
33
  ## Example Usage
 
8
  pipeline_tag: text-generation
9
  ---
10
 
11
+ # Model Card for LLaVA-NDiNO_short_long
12
 
13
  ## Model description
14
 
 
16
 
17
  **LLaVA-NDiNO** is a family of *Large Vision Language Models (LVLMs)* that have been trained for the Italian language.
18
 
19
+ The model was trained by instruction-tuning [LLaVA-NDiNO_short]/(https://huggingface.co/swap-uniba/LLaVA-NDiNO_short) on an Italian machine-translated version of [LLaVA Conversation 58k](https://huggingface.co/datasets/jxu124/llava_conversation_58k).
20
 
21
  If you are interested in more details regarding the training procedure, you can find the code we used at the following link:
22
  - **Repository:** https://github.com/swapUniba/LLaVA-NDiNO
 
27
  - **Model type:** LLaMA 3 + CLIP
28
  - **Language(s) (NLP):** Italian
29
  - **License:** Llama 3 Community License
30
+ - **Finetuned from model:** [swap-uniba/LLaVA-NDiNO_short](https://huggingface.co/swap-uniba/LLaVA-NDiNO_short)
31
 
32
 
33
  ## Example Usage