sarthak-maincode commited on
Commit
cfd026a
·
verified ·
1 Parent(s): 8a1ea37

Fix model tree by commenting out base_model

Browse files

Commented 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.

Files changed (1) hide show
  1. README.md +1 -1
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