nielsr HF Staff commited on
Commit
64755b9
·
verified ·
1 Parent(s): 4e45d3b

Add library name, link to Github repository and project page

Browse files

This PR adds the `library_name` tag to the model card metadata, reflecting that the model utilizes the `transformers` library. It also adds a link to the project page and Github repository for easier access to additional information.

Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen2.5-VL-7B-Instruct
 
 
 
7
  pipeline_tag: image-text-to-text
 
8
  ---
9
 
10
  ## 📄 Citation
@@ -20,4 +21,7 @@ If you find this work useful, please consider citing our paper:
20
  primaryClass={cs.AI},
21
  url={https://arxiv.org/abs/2505.13227},
22
  }
23
- ```
 
 
 
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-VL-7B-Instruct
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
  pipeline_tag: image-text-to-text
8
+ library_name: transformers
9
  ---
10
 
11
  ## 📄 Citation
 
21
  primaryClass={cs.AI},
22
  url={https://arxiv.org/abs/2505.13227},
23
  }
24
+ ```
25
+
26
+ Project Page: https://osworld-grounding.github.io
27
+ Code: https://github.com/xlang-ai/OSWorld-G