Instructions to use niurl/ScreenExplorer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use niurl/ScreenExplorer with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,7 @@ license: mit
|
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-VL-3B-Instruct
|
| 5 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
<p align="center">
|
|
@@ -34,4 +35,4 @@ This repo contains the LoRA checkpoints in the training process of `ScreenExplor
|
|
| 34 |
primaryClass={cs.AI},
|
| 35 |
url={https://arxiv.org/abs/2505.19095},
|
| 36 |
}
|
| 37 |
-
```
|
|
|
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-VL-3B-Instruct
|
| 5 |
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 6 |
+
library_name: peft
|
| 7 |
---
|
| 8 |
|
| 9 |
<p align="center">
|
|
|
|
| 35 |
primaryClass={cs.AI},
|
| 36 |
url={https://arxiv.org/abs/2505.19095},
|
| 37 |
}
|
| 38 |
+
```
|