Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,6 @@ Thanks to its multilingual specialization and emphasis on french, this model exc
|
|
27 |
|
28 |
|
29 |
|
30 |
-
- **Developed by:** Loïc SOKOUDJOU SONAGU and Yoann SOLA
|
31 |
- **Model type:** Multi-modal model (image+text)
|
32 |
- **Language(s) (NLP):** French, English
|
33 |
- **License:** Apache 2.0
|
@@ -74,21 +73,18 @@ with torch.inference_mode():
|
|
74 |
|
75 |
### Results
|
76 |
|
77 |
-
By following the **[LLM-as-Juries](https://arxiv.org/abs/2404.18796)** evaluation method, the following results were obtained using three judge models (GPT-4o, Gemini1.5 Pro and Claude 3.5-Sonnet).
|
78 |
|
79 |
-
![constellation](https://i.postimg.cc/
|
80 |
|
81 |
|
82 |
## Citation
|
83 |
|
84 |
```bibtex
|
85 |
-
@online{
|
86 |
AUTHOR = {Loïc SOKOUDJOU SONAGU and Yoann SOLA},
|
87 |
URL = {https://huggingface.co/cmarkea/paligemma-3b-ft-docvqa-896-lora},
|
88 |
YEAR = {2024},
|
89 |
KEYWORDS = {Multimodal ; VQA},
|
90 |
}
|
91 |
-
```
|
92 |
-
Find the base model paper [here](https://arxiv.org/abs/2407.07726).
|
93 |
-
|
94 |
-
- PEFT 0.11.1
|
|
|
27 |
|
28 |
|
29 |
|
|
|
30 |
- **Model type:** Multi-modal model (image+text)
|
31 |
- **Language(s) (NLP):** French, English
|
32 |
- **License:** Apache 2.0
|
|
|
73 |
|
74 |
### Results
|
75 |
|
76 |
+
By following the **[LLM-as-Juries](https://arxiv.org/abs/2404.18796)** evaluation method, the following results were obtained using three judge models (GPT-4o, Gemini1.5 Pro and Claude 3.5-Sonnet). This metric was adapted to the VQA context, with clear criteria for each score (0 to 5) to ensure the highest possible precision in meeting expectations.
|
77 |
|
78 |
+
![constellation](https://i.postimg.cc/t4tjhy6b/constellation-0.png)
|
79 |
|
80 |
|
81 |
## Citation
|
82 |
|
83 |
```bibtex
|
84 |
+
@online{SoSoPaligemma,
|
85 |
AUTHOR = {Loïc SOKOUDJOU SONAGU and Yoann SOLA},
|
86 |
URL = {https://huggingface.co/cmarkea/paligemma-3b-ft-docvqa-896-lora},
|
87 |
YEAR = {2024},
|
88 |
KEYWORDS = {Multimodal ; VQA},
|
89 |
}
|
90 |
+
```
|
|
|
|
|
|