Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,6 @@ language:
|
|
5 |
- es
|
6 |
- fr
|
7 |
- it
|
8 |
-
base_model:
|
9 |
-
- meta-llama/Llama-3.1-8B-Instruct
|
10 |
---
|
11 |
# Model Card for xVLM2Vec_image_loss
|
12 |
|
@@ -33,7 +31,7 @@ More details regarding the training procedure (e.g. hyperparameters, dataset con
|
|
33 |
Below you can find an example of model usage. To facilitate its usage, we recommend pulling from GitHub the version of the VLM2Vec source code we used for both training and inference:
|
34 |
|
35 |
```
|
36 |
-
git clone https://github.com/
|
37 |
mv xVLM2Vec/src/mmeb_src .
|
38 |
rm -r xVLM2Vec
|
39 |
```
|
|
|
5 |
- es
|
6 |
- fr
|
7 |
- it
|
|
|
|
|
8 |
---
|
9 |
# Model Card for xVLM2Vec_image_loss
|
10 |
|
|
|
31 |
Below you can find an example of model usage. To facilitate its usage, we recommend pulling from GitHub the version of the VLM2Vec source code we used for both training and inference:
|
32 |
|
33 |
```
|
34 |
+
git clone https://github.com/swapUniba/xVLM2Vec
|
35 |
mv xVLM2Vec/src/mmeb_src .
|
36 |
rm -r xVLM2Vec
|
37 |
```
|