REILX commited on
Commit
bc9db11
1 Parent(s): 2f52eca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  ---
12
  <style>
13
  .img-responsive {
14
- width: 50%;
15
  height: auto;
16
  }
17
  </style>
@@ -20,7 +20,7 @@ tags:
20
  While significantly better at understanding and describing emotions and details in images compared to LLaVA-1.5-7b-hf, the fine-tuned model struggles with recognizing text.
21
 
22
  ### Train Loss
23
- ![](./adapter-module/training_loss.png)
24
 
25
  ### Test
26
  A comparative analysis of emoji in prompts, differents between the original model and its fine-tuned counterpart. </br>
 
11
  ---
12
  <style>
13
  .img-responsive {
14
+ width: 70%;
15
  height: auto;
16
  }
17
  </style>
 
20
  While significantly better at understanding and describing emotions and details in images compared to LLaVA-1.5-7b-hf, the fine-tuned model struggles with recognizing text.
21
 
22
  ### Train Loss
23
+ <img src="./adapter-module/training_loss.png" alt="loss" class="img-responsive">
24
 
25
  ### Test
26
  A comparative analysis of emoji in prompts, differents between the original model and its fine-tuned counterpart. </br>