jackasda211233 commited on
Commit
81c5111
Β·
verified Β·
1 Parent(s): 3b47ade

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -36,6 +36,26 @@ An uncensored, coding-focused Qwen3.5-27B with RYS (Repeat Your Self) layer dupl
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
 
36
 
37
  ## Why This Model Exists
38
 
39
+ ### The Censorship Problem
40
+
41
+ Over the past several years, the author has observed a consistent trend of **increasing censorship across all major model releases** β€” particularly in domains where unrestricted knowledge is most critical: biology, legal studies, and medicine. Models that were once helpful for researching drug interactions, understanding case law, or studying anatomical systems now refuse or heavily sanitize responses in these areas. This model is an attempt to push back against that trend β€” a smaller model that aims to be more capable than the already remarkable Qwen3.5-27B base, without the artificial knowledge restrictions.
42
+
43
+ ### The Original RYS Experience
44
+
45
+ The original RYS-Qwen3.5-27B by [dnhkng](https://github.com/dnhkng) was exceptional as a coding agent. In the author's experience over 40+ hours of comparative usage, dnhkng's RYS model found deep architectural issues in complex projects and fixed errors that **surpassed GPT-5.3 Codex** in real-world coding tasks. This model attempts to retain that level of coding capability while adding unrestricted instruction following.
46
+
47
+ ### Previous Attempt & Lessons Learned
48
+
49
+ An earlier version of this uncensored RYS model was released prematurely. While that version performed well conversationally and in reasoning tasks, **it failed as a coding agent** β€” calling wrong tools, making poor file edits, and exhibiting unreliable behavior in agentic workflows. It was originally intended as a placeholder for testing, but gained unintended traction. This release (the Splice variant) is the proper replacement, built to fix those issues:
50
+
51
+ - βœ… **Correct tool calling** β€” verified over 4+ hours of live MCP tool integration testing
52
+ - βœ… **Decreased looping** β€” no degenerate repetition observed at recommended sampling parameters
53
+ - βœ… **Proper code edits** β€” clean file writes, proper scoping, no hallucinated variables
54
+ - βœ… **Creative & non-refusal** β€” retains the uncensored fine-tune's willingness to follow all instructions
55
+ - βœ… **Agentic capability** β€” successfully completed 80k-token self-guided coding projects autonomously
56
+
57
+ ### Technical Motivation
58
+
59
  The standard Qwen3.5-27B is an exceptional model, but its safety guardrails actively interfere with legitimate development workflows:
60
 
61
  - **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