drunksu commited on
Commit
461b647
·
verified ·
1 Parent(s): faf7370

Fix repo id in model card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ This repository hosts the **final RL-aligned 3B checkpoint** (bfloat16), fine-tu
43
  import torch
44
  from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor
45
 
46
- repo_id = "drunksu/GUISwiper-3B-RL"
47
 
48
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
49
  repo_id,
@@ -73,7 +73,7 @@ print(processor.batch_decode(output, skip_special_tokens=True)[0])
73
  ```python
74
  from huggingface_hub import hf_hub_download
75
 
76
- path = hf_hub_download("drunksu/GUISwiper-3B-RL", "model-00001-of-00002.safetensors")
77
  ```
78
 
79
  ## Citation
 
43
  import torch
44
  from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor
45
 
46
+ repo_id = "drunksu/GUISwiper"
47
 
48
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
49
  repo_id,
 
73
  ```python
74
  from huggingface_hub import hf_hub_download
75
 
76
+ path = hf_hub_download("drunksu/GUISwiper", "model-00001-of-00002.safetensors")
77
  ```
78
 
79
  ## Citation