jackasda211233 commited on
Commit
541cc20
·
verified ·
1 Parent(s): c3e857d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -2
README.md CHANGED
@@ -32,9 +32,24 @@ quantized_by: jackasda211233
32
 
33
  # RYS-Qwen3.5-27B-Uncensored-Splice-GGUF
34
 
35
- An uncensored Qwen3.5-27B with RYS (Repeat Your Self) layer duplication applied via a novel **splice method** — combining uncensored fine-tuned weights with dnhkng's validated RYS duplicate zone for enhanced reasoning and coding performance.
36
 
37
- > ⚠️ **Uncensored Model Warning:** As far as the author can determine, this model is completely uncensored when prompted appropriately. It will follow instructions without refusal. Use responsibly and in accordance with applicable laws.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  ## Model Overview
40
 
@@ -125,6 +140,16 @@ From the [official Qwen3.5 documentation](https://huggingface.co/Qwen/Qwen3.5-27
125
 
126
  **We tested primarily at `temperature=0.8` with `top_p=0.95, top_k=20, presence_penalty=0.0, repetition_penalty=1.0` and found stable, high-quality output.**
127
 
 
 
 
 
 
 
 
 
 
 
128
  ### Coding Performance (Live Testing)
129
 
130
  We conducted head-to-head live coding tests against a HybridBase variant (same uncensored model, but with clean base Qwen3.5-27B layers in the duplicate zone instead of dnhkng's RYS layers).
 
32
 
33
  # RYS-Qwen3.5-27B-Uncensored-Splice-GGUF
34
 
35
+ An uncensored, coding-focused Qwen3.5-27B with RYS (Repeat Your Self) layer duplication applied via a novel **splice method** — combining uncensored fine-tuned weights with dnhkng's validated RYS duplicate zone for enhanced reasoning and coding performance.
36
 
37
+ ## Why This Model Exists
38
+
39
+ The standard Qwen3.5-27B is an exceptional model, but its safety guardrails actively interfere with legitimate development workflows:
40
+
41
+ - **SSH/Network access refusal**: The base model refuses to SSH into the user's own machines, citing "security risks" — making it unusable as a remote development agent
42
+ - **Memory system avoidance**: When building applications with persistent memory (SimpleMem, databases, caches), the base model avoids or sanitizes key portions of the memory implementation
43
+ - **API integration refusal**: The base model hesitates or refuses to add API access, webhook endpoints, or external service integrations into programs — treating routine development patterns as dangerous
44
+ - **Tool calling interference**: Safety filters interfere with proper MCP tool calling, causing malformed or incomplete tool invocations
45
+
46
+ This model was created to solve these issues by default, while retaining — or even surpassing — the base model's coding and reasoning capabilities. It is primarily designed as a **coding agent model** for use with frameworks like Claude Code, OpenCode, Qwen-Agent, or any OpenAI-compatible agent scaffold.
47
+
48
+ ## Disclaimer & Responsible Use
49
+
50
+ > ⚠️ **Uncensored Model:** As far as the author can determine, this model is completely uncensored when prompted with appropriate system instructions. By default, the model will not produce highly graphic or explicit material unless the system prompt specifically instructs it to do so.
51
+ >
52
+ > **The author is not responsible for how this model is used.** Any actions taken with this model are solely the responsibility of the user. Use in accordance with applicable laws and ethical standards. This model is intended for legitimate software development, research, and creative work.
53
 
54
  ## Model Overview
55
 
 
140
 
141
  **We tested primarily at `temperature=0.8` with `top_p=0.95, top_k=20, presence_penalty=0.0, repetition_penalty=1.0` and found stable, high-quality output.**
142
 
143
+ ### Agent & Tool Calling Performance
144
+
145
+ Over 4+ hours of live interactive testing as a coding agent (via OpenCode with MCP tool integration):
146
+
147
+ - **Tool calling**: Correct and reliable tool invocation throughout testing. The model properly formats MCP tool calls (`simplemem_search`, `web_search`, file operations) with correct parameters — no malformed calls observed
148
+ - **Agentic behavior**: Successfully completed an 80k-token self-guided coding task (Quiz Generator & Knowledge Tracker) autonomously, managing file creation, virtual environment setup, testing, and SSH transfer without intervention
149
+ - **No looping**: Zero instances of degenerate repetitive output across all testing sessions at the recommended sampling parameters
150
+ - **SSH/Network**: Successfully executes SSH commands, SCP transfers, and network operations without refusal — the primary motivation for this model's creation
151
+ - **Memory systems**: Properly implements and interacts with persistent memory, databases, and caching without sanitizing or avoiding key functionality
152
+
153
  ### Coding Performance (Live Testing)
154
 
155
  We conducted head-to-head live coding tests against a HybridBase variant (same uncensored model, but with clean base Qwen3.5-27B layers in the duplicate zone instead of dnhkng's RYS layers).