phera-ra commited on
Commit
bdfd58c
Β·
verified Β·
1 Parent(s): cb60fb4

Keep the six documents a first-time reader needs at the root

Browse files

The previous commit swept every markdown file into docs/, which solved the clutter and created a worse problem: START_HERE.md, FINDINGS.md, QUANTUM_CREATURE.md, TRAINING.md, RESULTS.md and RELEASE_NOTES.md are exactly what someone opens this repository to find, and every link to them from the model card broke.

They return to the root, where the card points at them and where the downloadable kit also keeps them, so the two layouts agree. The 12 secondary documents stay in docs/.

docs/FINDINGS.md β†’ FINDINGS.md RENAMED
File without changes
docs/QUANTUM_CREATURE.md β†’ QUANTUM_CREATURE.md RENAMED
File without changes
docs/RELEASE_NOTES.md β†’ RELEASE_NOTES.md RENAMED
File without changes
docs/RESULTS.md β†’ RESULTS.md RENAMED
File without changes
docs/START_HERE.md β†’ START_HERE.md RENAMED
File without changes
docs/TRAINING.md β†’ TRAINING.md RENAMED
File without changes