IIC
/

gonzalo-santamaria-iic commited on
Commit
b9c119e
·
verified ·
1 Parent(s): f168b45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -14,20 +14,21 @@ tags:
14
 
15
  # Model Card for RigoChat-7b-v2
16
 
17
- <table>
18
- <tr>
19
- <td>
20
 
21
  RigoChat-7b-v2 is a Qwen-2.5-based model specifically designed to provide accurate responses from Spanish queries. Specifically, is based on the [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) model and has been fine-tuned with Direct Preference Optimization ([DPO](https://arxiv.org/pdf/2305.18290)) for improved performance in Spanish language.
22
 
23
  This model is licensed for **non-commercial use**. If you want to use it commercially, please contact us or use it through the service we offer from the [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-3j6o63v6c3pq2?sr=0-2&ref_=beagle&applicationId=AWSMPContessa).You can find a tutorial on how to use it from that infrastructure at the [following link](https://github.com/iiconocimiento/iic-aws/blob/main/notebooks/rigochat-7b/rigochat-7b-Model.ipynb).
24
 
25
- </td>
26
- <td>
27
- <img src="./images/RigoChat.jpg" alt="RigoChat" style="width: 300px;"/>
28
- </td>
29
- </tr>
30
- </table>
 
31
 
32
  ## Model Details
33
 
 
14
 
15
  # Model Card for RigoChat-7b-v2
16
 
17
+ <div style="display: flex; align-items: flex-start;">
18
+
19
+ <div style="flex: 1;">
20
 
21
  RigoChat-7b-v2 is a Qwen-2.5-based model specifically designed to provide accurate responses from Spanish queries. Specifically, is based on the [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) model and has been fine-tuned with Direct Preference Optimization ([DPO](https://arxiv.org/pdf/2305.18290)) for improved performance in Spanish language.
22
 
23
  This model is licensed for **non-commercial use**. If you want to use it commercially, please contact us or use it through the service we offer from the [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-3j6o63v6c3pq2?sr=0-2&ref_=beagle&applicationId=AWSMPContessa).You can find a tutorial on how to use it from that infrastructure at the [following link](https://github.com/iiconocimiento/iic-aws/blob/main/notebooks/rigochat-7b/rigochat-7b-Model.ipynb).
24
 
25
+ </div>
26
+
27
+ <div style="margin-left: 20px;">
28
+ <img src="./images/RigoChat.jpg" alt="RigoChat" style="width: 300px;">
29
+ </div>
30
+
31
+ </div>
32
 
33
  ## Model Details
34