Update license metadata to MIT

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- license: apache-2.0
3
- library_name: transformers
4
  base_model: Qwen/Qwen2-VL-7B-Instruct
 
 
5
  pipeline_tag: image-text-to-text
6
  ---
7
 
@@ -58,7 +58,11 @@ messages = [
58
  "type": "image",
59
  "image": "./web_6f93090a-81f6-489e-bb35-1a2838b18c01.png",
60
  },
61
- {"type": "text", "text": "You are a GUI task expert, I will provide you with a high-level instruction, an action history, a screenshot with its corresponding accessibility tree.\n High-level instruction: {high_level_instruction}\n Action history: {action_history}\n Accessibility tree: {a11y_tree}\n Please generate the low-level thought and action for the next step."},
 
 
 
 
62
  ],
63
  }
64
  ]
 
1
  ---
 
 
2
  base_model: Qwen/Qwen2-VL-7B-Instruct
3
+ library_name: transformers
4
+ license: mit
5
  pipeline_tag: image-text-to-text
6
  ---
7
 
 
58
  "type": "image",
59
  "image": "./web_6f93090a-81f6-489e-bb35-1a2838b18c01.png",
60
  },
61
+ {"type": "text", "text": "You are a GUI task expert, I will provide you with a high-level instruction, an action history, a screenshot with its corresponding accessibility tree.
62
+ High-level instruction: {high_level_instruction}
63
+ Action history: {action_history}
64
+ Accessibility tree: {a11y_tree}
65
+ Please generate the low-level thought and action for the next step."},
66
  ],
67
  }
68
  ]