aifeifei798 commited on
Commit
bc7fd24
·
verified ·
1 Parent(s): 963d1a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -31,7 +31,11 @@ tags:
31
 
32
  ## 🚀 使用方法 (How to Use)
33
 
34
- 本模型是使用 `unsloth` 进行LoRA微调的。为了获得最佳效果,建议使用 `unsloth` 加载模型。
 
 
 
 
35
 
36
  ```python
37
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
31
 
32
  ## 🚀 使用方法 (How to Use)
33
 
34
+ ### 感谢mradermacher制作的gguf版本
35
+
36
+ https://huggingface.co/mradermacher/Qwen3-4B-Thinking-2507-Sales-Strategist-v1-GGUF
37
+
38
+ https://huggingface.co/mradermacher/Qwen3-4B-Thinking-2507-Sales-Strategist-v1-i1-GGUF
39
 
40
  ```python
41
  from transformers import AutoModelForCausalLM, AutoTokenizer