MartialTerran commited on
Commit
9acd4d3
·
verified ·
1 Parent(s): 290b8fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
- The Idea: Build Neural Nets to do simple tasks.
2
- Then evolve the NN into LLMs (e.g., adding GPT-2 components piece by piece) while preserving the abilities.
3
 
4
  NN Specimen: PARITY-calculatingNN_Schmidhuber1.py at http:______
5
 
 
1
+ The Idea: Build Neural Nets to do simple tasks (or multiple simple tasks).
2
+ Then evolve the working NN into an LLM/Transformer (e.g., by adding GPT-2 components piece by piece) while preserving the abilities.
3
 
4
  NN Specimen: PARITY-calculatingNN_Schmidhuber1.py at http:______
5