Rohanify commited on
Commit
4e44f0a
·
verified ·
1 Parent(s): f222b9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -108,7 +108,7 @@ ollama run pyblissa-coder "write a function to merge two sorted lists"
108
 
109
  ## Limitations
110
 
111
- - Python-only — other languages weren't in training data
112
  - 1024-token context — longer programs get truncated
113
  - Small flytech subset (~6% of training data) contains code with unescaped quote bugs; the model occasionally inherits this pattern
114
  - No safety tuning, no RLHF — base model only
 
108
 
109
  ## Limitations
110
 
111
+ - Mostly Python — other languages weren't that much in training data
112
  - 1024-token context — longer programs get truncated
113
  - Small flytech subset (~6% of training data) contains code with unescaped quote bugs; the model occasionally inherits this pattern
114
  - No safety tuning, no RLHF — base model only