Instructions to use Amouri28/Qwen3-4B-lora-DBBench_repo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Amouri28/Qwen3-4B-lora-DBBench_repo with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Amouri28/Qwen3-4B-lora-DBBench_repo") - Notebooks
- Google Colab
- Kaggle
Upload merged Qwen3-4B-Instruct-2507 model (auto-generated README)
Browse files- README.md +2 -2
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 3 |
datasets:
|
| 4 |
-
- u-10bei/
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
license: apache-2.0
|
|
@@ -62,7 +62,7 @@ model = PeftModel.from_pretrained(model, adapter)
|
|
| 62 |
|
| 63 |
## Sources & Terms (IMPORTANT)
|
| 64 |
|
| 65 |
-
Training data: u-10bei/
|
| 66 |
|
| 67 |
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 68 |
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen3-4B-Instruct-2507
|
| 3 |
datasets:
|
| 4 |
+
- u-10bei/dbbench_sft_dataset_react
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
license: apache-2.0
|
|
|
|
| 62 |
|
| 63 |
## Sources & Terms (IMPORTANT)
|
| 64 |
|
| 65 |
+
Training data: u-10bei/dbbench_sft_dataset_react
|
| 66 |
|
| 67 |
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
|
| 68 |
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|
model-00001-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4967215360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f046c3e73e668320b2785a36003057a329f705305a1e42241cee7a3686f73d24
|
| 3 |
size 4967215360
|
model-00002-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3077766632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3bfb60e56f969416a2611573efb5513043d6510bb4a7c6acb19bc506f3324ac
|
| 3 |
size 3077766632
|