frupniew commited on
Commit
7d6d6e5
·
verified ·
1 Parent(s): 5369422

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -34,6 +34,7 @@ A `Modelfile` is included in this repository for immediate local testing.
34
  ```bash
35
  ollama create m2-coder -f Modelfile
36
  ollama run m2-coder "Write a script to compute the Groebner basis of ideal(x^2-y, y^2-z) in ZZ/5[x,y,z]"
 
37
 
38
  ## 🏗️ Architecture & Ecosystem
39
  This model is the core generation engine of a broader Data-Centric RAG Pipeline:
 
34
  ```bash
35
  ollama create m2-coder -f Modelfile
36
  ollama run m2-coder "Write a script to compute the Groebner basis of ideal(x^2-y, y^2-z) in ZZ/5[x,y,z]"
37
+ ```
38
 
39
  ## 🏗️ Architecture & Ecosystem
40
  This model is the core generation engine of a broader Data-Centric RAG Pipeline: