Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,33 @@ tags:
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
|
|
|
|
12 |
---
|
|
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
-
- **License:** apache-2.0
|
18 |
-
- **Finetuned from model :** unsloth/qwen2.5-coder-32b-instruct-bnb-4bit
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
license: apache-2.0
|
10 |
language:
|
11 |
- en
|
12 |
+
datasets:
|
13 |
+
- xingyaoww/opendevin-code-act
|
14 |
---
|
15 |
+
### Summary
|
16 |
|
17 |
+
The model `userxxx/openhands-qwen-coder-32b` is a fine-tuned version of `qwen2.5-coder-32b`, specifically tailored for the Swe Agent OpenHands. It delivers impressive performance, sometimes nearly rivaling that of Sonnet 3.5. However, certain limitations persist, particularly with function calling for IPython/Jupyter commands like `INSERT` and `STR_REPLACE`, which currently do not work. Aside from these issues, the model performs effectively in most other tasks.
|
18 |
|
19 |
+
### Recommended Usage
|
|
|
|
|
20 |
|
21 |
+
To achieve optimal results, it is recommended to use this model via **LM Studio**.
|
22 |
|
23 |
+
#### Steps to Set Up LM Studio:
|
24 |
+
1. Open LM Studio.
|
25 |
+
2. Go to the **Local Server** tab.
|
26 |
+
3. Click the **"Start Server"** button.
|
27 |
+
4. Copy qwencoder32openhands-beta-q4-k-m.gguf inside the LmStudio Model Folder and than select it.
|
28 |
+
5. **Ensure the context window exceeds 4000 tokens**
|
29 |
+
|
30 |
+
### OpenHands Settings
|
31 |
+
|
32 |
+
For WSL, run the following commands to set up the networking mode to mirrored:
|
33 |
+
|
34 |
+
```bash
|
35 |
+
python -c "print('[wsl2]\nnetworkingMode=mirrored',file=open(r'%UserProfile%\.wslconfig','w'))"
|
36 |
+
wsl --shutdown
|
37 |
+
```
|
38 |
+
|
39 |
+
Setting inside Openhands
|
40 |
+
|
41 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6418814c4939d72681833490/uu-uKG57rhWqbEZsZ97ha.png)
|