armand0e commited on
Commit
c01e52b
·
verified ·
1 Parent(s): aad730d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -26,7 +26,8 @@ This model was trained on the following datasets using the qwen3.6 chat template
26
  - `TeichAI/Claude-Opus-4.6-Reasoning-887x` (Downsampled to 200 examples, only present to stabilize chat behavior)
27
 
28
  Training specs:
29
- ```
 
30
  MAX_SEQ_LEN = 49152
31
 
32
  from unsloth import FastModel
@@ -118,7 +119,7 @@ trainer = mask_data(
118
  )
119
  ```
120
 
121
- This tune was very data limited, but still impresses me. I encourage everyone to generate their own high quality data for their own use cases, they can all be aggregated together.
122
 
123
  ---
124
  # Uploaded finetuned model
 
26
  - `TeichAI/Claude-Opus-4.6-Reasoning-887x` (Downsampled to 200 examples, only present to stabilize chat behavior)
27
 
28
  Training specs:
29
+
30
+ ```py
31
  MAX_SEQ_LEN = 49152
32
 
33
  from unsloth import FastModel
 
119
  )
120
  ```
121
 
122
+ This tune was very data limited, but still impresses me. I encourage everyone to generate their own high quality data for their own use cases, they can all be aggregated together.
123
 
124
  ---
125
  # Uploaded finetuned model