yuxianglai117 commited on
Commit
f82ae0e
·
verified ·
1 Parent(s): f64ab39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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,