Text Generation
PEFT
Safetensors
lora
gemma-3
adhd
neurodivergent
task-initiation
build-small-hackathon
backyard-ai
modal
zerogpu
conversational
Instructions to use build-small-hackathon/NeuroBait with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use build-small-hackathon/NeuroBait with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3-12b-it") model = PeftModel.from_pretrained(base_model, "build-small-hackathon/NeuroBait") - Notebooks
- Google Colab
- Kaggle
Add Codex trace dataset link
Browse files
README.md
CHANGED
|
@@ -188,3 +188,9 @@ Public source repo:
|
|
| 188 |
```text
|
| 189 |
https://github.com/Subrata15/NeuroBait-Build-Small-Model
|
| 190 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
```text
|
| 189 |
https://github.com/Subrata15/NeuroBait-Build-Small-Model
|
| 190 |
```
|
| 191 |
+
|
| 192 |
+
Codex trace dataset:
|
| 193 |
+
|
| 194 |
+
```text
|
| 195 |
+
https://huggingface.co/datasets/build-small-hackathon/NeuroBait-Codex-Traces
|
| 196 |
+
```
|