├── .gitignore ├── README.md ├── dummydataset.jsonl ├── grokadamw.py └── smoltrainer.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nisten/grokadamw/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nisten/grokadamw/HEAD/README.md -------------------------------------------------------------------------------- /dummydataset.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nisten/grokadamw/HEAD/dummydataset.jsonl -------------------------------------------------------------------------------- /grokadamw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nisten/grokadamw/HEAD/grokadamw.py -------------------------------------------------------------------------------- /smoltrainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nisten/grokadamw/HEAD/smoltrainer.py --------------------------------------------------------------------------------