Update README.md
Browse files
README.md
CHANGED
|
@@ -23,9 +23,9 @@ license: cc-by-nc-4.0
|
|
| 23 |
|
| 24 |
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
|
| 26 |
-
|
| 27 |
- **Developed by:** Convergence AI
|
| 28 |
- **Model type:** 3B Vision-Language Model
|
|
|
|
| 29 |
- **Language(s) (NLP):** English
|
| 30 |
- **License:** CC-BY-NC-4.0
|
| 31 |
- **Finetuned from model:** Qwen/Qwen2.5-VL-3B-Instruct
|
|
@@ -35,7 +35,7 @@ license: cc-by-nc-4.0
|
|
| 35 |
|
| 36 |
<!-- Provide the basic links for the model. -->
|
| 37 |
|
| 38 |
-
Repository: [convergence-ai/proxy-lite](https://github.com/convergence-ai/proxy-lite) to run Proxy
|
| 39 |
|
| 40 |
```
|
| 41 |
git clone https://github.com/convergence-ai/proxy-lite.git
|
|
@@ -43,7 +43,9 @@ Repository: [convergence-ai/proxy-lite](https://github.com/convergence-ai/proxy-
|
|
| 43 |
proxy "Find some markets near Kings Cross and tell me their ratings."
|
| 44 |
```
|
| 45 |
|
| 46 |
-
|
|
|
|
|
|
|
| 47 |
|
| 48 |
## Uses
|
| 49 |
|
|
@@ -55,9 +57,7 @@ Full code for running the model is available in the [github repository](https://
|
|
| 55 |
|
| 56 |
This includes a CLI tool for running the model, as well as a streamlit app.
|
| 57 |
|
| 58 |
-
|
| 59 |
-
<img src="https://raw.githubusercontent.com/convergence-ai/proxy-lite/refs/heads/main/assets/demo.gif" alt="Proxy Lite Demo" />
|
| 60 |
-
</div>
|
| 61 |
|
| 62 |
---
|
| 63 |
|
|
|
|
| 23 |
|
| 24 |
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
|
|
|
|
| 26 |
- **Developed by:** Convergence AI
|
| 27 |
- **Model type:** 3B Vision-Language Model
|
| 28 |
+
- **Agent type**: Web-browsing agent
|
| 29 |
- **Language(s) (NLP):** English
|
| 30 |
- **License:** CC-BY-NC-4.0
|
| 31 |
- **Finetuned from model:** Qwen/Qwen2.5-VL-3B-Instruct
|
|
|
|
| 35 |
|
| 36 |
<!-- Provide the basic links for the model. -->
|
| 37 |
|
| 38 |
+
Repository: [convergence-ai/proxy-lite](https://github.com/convergence-ai/proxy-lite) to run Proxy lite on a browser
|
| 39 |
|
| 40 |
```
|
| 41 |
git clone https://github.com/convergence-ai/proxy-lite.git
|
|
|
|
| 43 |
proxy "Find some markets near Kings Cross and tell me their ratings."
|
| 44 |
```
|
| 45 |
|
| 46 |
+
<div align="center">
|
| 47 |
+
<img src="https://raw.githubusercontent.com/convergence-ai/proxy-lite/refs/heads/main/assets/demo.gif" alt="Proxy Lite Demo" />
|
| 48 |
+
</div>
|
| 49 |
|
| 50 |
## Uses
|
| 51 |
|
|
|
|
| 57 |
|
| 58 |
This includes a CLI tool for running the model, as well as a streamlit app.
|
| 59 |
|
| 60 |
+
([endpoint](https://huggingface.co/spaces/convergence-ai/demo-api) for small-scale testing)
|
|
|
|
|
|
|
| 61 |
|
| 62 |
---
|
| 63 |
|