File size: 1,464 Bytes
dab8ab1 2b4b175 1c4a423 7ebd3d2 1c4a423 7ebd3d2 1c4a423 ec671d2 dab8ab1 a4ce6ec dab8ab1 ec833b6 7ebd3d2 ec833b6 7ebd3d2 dab8ab1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | ---
license: other
license_name: how-to-get-a-license-when-i-dont-want-to-die
license_link: LICENSE
datasets:
- mondk/Greetings-hi-for-train-Msh-v2
- tatsu-lab/alpaca
- databricks/databricks-dolly-15k
- teknium/OpenHermes-2.5
- m-a-p/Code-Feedback
- OpenAssistant/oasst1
- FreedomIntelligence/medical-o1-reasoning-SFT
- glaiveai/glaive-function-calling-v2
- openai/openai_humaneval
- HuggingFaceH4/no_robots
- open-thoughts/OpenThoughts-114k
- HuggingFaceH4/ultrachat_200k
- google-research-datasets/poem_sentiment
- CohereLabs/aya_dataset
- sentence-transformers/natural-questions
language:
- en
pipeline_tag: text-generation
tags:
- from-scratch
- msh
- googlecolab
- pytorch
---
hi guys, im lazy to write, so this was written by claude, ty
This is my MSH-Tiny model before the redesign (you could say it's the original version, lol)
## Files
- `config.json` — architecture + hyperparameters
- `model_weights.pt` — trained PyTorch weights
- `tokenizer.json` — custom BPE tokenizer
## How to run it
Use the included notebook **`You_can_still_run_it_directly_on_your_own_machine_if_it's_too_small.ipynb`** — open it in Google Colab, run all cells.
Looking for a ready-to-use format instead?
- `.safetensors`: [`mondk/Msh-Tiny-47M`](https://huggingface.co/mondk/Msh-Tiny-47M).
- `.model`: [`mondk/Msh-Tiny-47M-GGUF`](https://huggingface.co/mondk/Msh-Tiny-47M-GGUF)
---
my license: https://huggingface.co/mondk/see_upcoming_models/blob/main/LICENSE |