Fix model tree by commenting out base_model
Browse filesCommented out the base_model key in README.md to prevent
recursive self-reference, which caused the "Unable to build model tree" error
in the Hugging Face UI. No model weights or other files were changed.
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 11 |
- reinforcement-learning
|
| 12 |
- mcpo
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
-
base_model: Maincode/Maincoder-1B
|
| 15 |
---
|
| 16 |
<img src="https://huggingface.co/datasets/Maincode/assets/resolve/e51154e034201be1a5dad0e9c8de31d8b9f17643/maincoder_logo.png" alt="" width="1250">
|
| 17 |
|
|
|
|
| 11 |
- reinforcement-learning
|
| 12 |
- mcpo
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
+
# base_model: Maincode/Maincoder-1B
|
| 15 |
---
|
| 16 |
<img src="https://huggingface.co/datasets/Maincode/assets/resolve/e51154e034201be1a5dad0e9c8de31d8b9f17643/maincoder_logo.png" alt="" width="1250">
|
| 17 |
|