Add YAML metadata frontmatter (license, tags, pipeline_tag)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Ornstein-3.6-27B-RYS
|
| 2 |
|
| 3 |
RYS-enhanced variant of the Ornstein-3.6-27B dense model. Layer 33 is duplicated using the **Repeat Your Self (RYS)** method, improving reasoning and instruction-following performance without increasing active parameter count at inference time.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: GestaltLabs/Ornstein-3.6-27B
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
pipeline_tag: text-generation
|
| 7 |
+
tags:
|
| 8 |
+
- qwen3.5
|
| 9 |
+
- qwen3.6
|
| 10 |
+
- rys
|
| 11 |
+
- text-generation
|
| 12 |
+
- transformers
|
| 13 |
+
- safetensors
|
| 14 |
+
- canada
|
| 15 |
+
- sovereign-ai
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
# Ornstein-3.6-27B-RYS
|
| 19 |
|
| 20 |
RYS-enhanced variant of the Ornstein-3.6-27B dense model. Layer 33 is duplicated using the **Repeat Your Self (RYS)** method, improving reasoning and instruction-following performance without increasing active parameter count at inference time.
|