Update README.md
Browse files
README.md
CHANGED
@@ -25,8 +25,7 @@ license: cc-by-nc-4.0
|
|
25 |
|
26 |
- **Developed by:** Convergence AI
|
27 |
- **Model type:** 3B Vision-Language Model
|
28 |
-
- **Agent type**: Web-browsing
|
29 |
-
- **Language(s) (NLP):** English
|
30 |
- **License:** CC-BY-NC-4.0
|
31 |
- **Finetuned from model:** Qwen/Qwen2.5-VL-3B-Instruct
|
32 |
- [Running the agent](https://github.com/convergence-ai/proxy-lite)
|
@@ -35,7 +34,7 @@ license: cc-by-nc-4.0
|
|
35 |
|
36 |
<!-- Provide the basic links for the model. -->
|
37 |
|
38 |
-
|
39 |
|
40 |
```
|
41 |
git clone https://github.com/convergence-ai/proxy-lite.git
|
@@ -57,7 +56,7 @@ Full code for running the model is available in the [github repository](https://
|
|
57 |
|
58 |
This includes a CLI tool for running the model, as well as a streamlit app.
|
59 |
|
60 |
-
|
61 |
|
62 |
---
|
63 |
|
|
|
25 |
|
26 |
- **Developed by:** Convergence AI
|
27 |
- **Model type:** 3B Vision-Language Model
|
28 |
+
- **Agent type**: Web-browsing Agent
|
|
|
29 |
- **License:** CC-BY-NC-4.0
|
30 |
- **Finetuned from model:** Qwen/Qwen2.5-VL-3B-Instruct
|
31 |
- [Running the agent](https://github.com/convergence-ai/proxy-lite)
|
|
|
34 |
|
35 |
<!-- Provide the basic links for the model. -->
|
36 |
|
37 |
+
https://github.com/convergence-ai/proxy-lite to run Proxy lite on a browser
|
38 |
|
39 |
```
|
40 |
git clone https://github.com/convergence-ai/proxy-lite.git
|
|
|
56 |
|
57 |
This includes a CLI tool for running the model, as well as a streamlit app.
|
58 |
|
59 |
+
You can use this [endpoint](https://huggingface.co/spaces/convergence-ai/demo-api) for small-scale testing.
|
60 |
|
61 |
---
|
62 |
|