Instructions to use punsaisuwan/frankenmoe-python-typescript with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use punsaisuwan/frankenmoe-python-typescript with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir frankenmoe-python-typescript punsaisuwan/frankenmoe-python-typescript
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "adapter_path": "adapters/expert-2-typescript", | |
| "batch_size": 1, | |
| "config": null, | |
| "data": "datasets/expert-2-typescript", | |
| "fine_tune_type": "lora", | |
| "grad_accumulation_steps": 1, | |
| "grad_checkpoint": false, | |
| "iters": 150, | |
| "learning_rate": 1e-05, | |
| "lora_parameters": { | |
| "rank": 8, | |
| "dropout": 0.0, | |
| "scale": 20.0 | |
| }, | |
| "lr_schedule": null, | |
| "mask_prompt": false, | |
| "max_seq_length": 2048, | |
| "model": "output-moe-mlx-4bit", | |
| "num_layers": 16, | |
| "optimizer": "adam", | |
| "optimizer_config": { | |
| "adam": {}, | |
| "adamw": {}, | |
| "muon": {}, | |
| "sgd": {}, | |
| "adafactor": {} | |
| }, | |
| "project_name": null, | |
| "report_to": null, | |
| "resume_adapter_file": "adapters/expert-2-typescript/0000400_adapters.safetensors", | |
| "save_every": 25, | |
| "seed": 0, | |
| "steps_per_eval": 25, | |
| "steps_per_report": 10, | |
| "test": false, | |
| "test_batches": 500, | |
| "train": true, | |
| "val_batches": 25 | |
| } |