Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,12 @@ model = Qwen2VLForConditionalGeneration.from_pretrained(
|
|
| 37 |
processor = AutoProcessor.from_pretrained(MODEL_PATH)
|
| 38 |
```
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## Citation
|
| 41 |
```
|
| 42 |
@misc{lai2025medr1reinforcementlearninggeneralizable,
|
|
|
|
| 37 |
processor = AutoProcessor.from_pretrained(MODEL_PATH)
|
| 38 |
```
|
| 39 |
|
| 40 |
+
## Acknowledgements
|
| 41 |
+
|
| 42 |
+
We thank the authors of **OmniMedVQA** and **R1-V** for their open-source contributions.
|
| 43 |
+
🔗 [R1-V GitHub Repository](https://github.com/Deep-Agent/R1-V)
|
| 44 |
+
🔗 [OmniMedVQA GitHub Repository](https://github.com/OpenGVLab/Multi-Modality-Arena)
|
| 45 |
+
|
| 46 |
## Citation
|
| 47 |
```
|
| 48 |
@misc{lai2025medr1reinforcementlearninggeneralizable,
|