Text Generation
PEFT
Safetensors
English
roblox
luau
code-generation
lora
sft
wandb-hackathon
conversational
Eval Results (legacy)
Instructions to use squaredcuber/roblox-luau-mistral-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use squaredcuber/roblox-luau-mistral-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "squaredcuber/roblox-luau-mistral-7b") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ model-index:
|
|
| 45 |
|
| 46 |
A **supervised fine-tuned** LoRA adapter for generating production-ready Roblox Luau scripts. Built on [Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) and trained on curated Luau code from [the-luau-stack](https://huggingface.co/datasets/TorpedoSoftware/the-luau-stack) + Claude-generated gold examples.
|
| 47 |
|
| 48 |
-
**Part of the
|
| 49 |
|
| 50 |
## What it does
|
| 51 |
|
|
|
|
| 45 |
|
| 46 |
A **supervised fine-tuned** LoRA adapter for generating production-ready Roblox Luau scripts. Built on [Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) and trained on curated Luau code from [the-luau-stack](https://huggingface.co/datasets/TorpedoSoftware/the-luau-stack) + Claude-generated gold examples.
|
| 47 |
|
| 48 |
+
**Part of the Roblox Luau Code Generator project for the W&B Fine-Tuning Hackathon.**
|
| 49 |
|
| 50 |
## What it does
|
| 51 |
|