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 session traces
Browse files
codex-traces/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Codex Session Traces
|
| 2 |
+
|
| 3 |
+
This folder contains Codex rollout JSONL traces related to the
|
| 4 |
+
NeuroBait Build Small Model project.
|
| 5 |
+
|
| 6 |
+
Included traces:
|
| 7 |
+
|
| 8 |
+
- `rollout-2026-06-08T17-03-23-019ea6af-db29-7801-ac01-46dfc88f90b0.jsonl`
|
| 9 |
+
- `rollout-2026-06-09T07-10-21-019ea9b7-4610-7223-906e-2d0dba8bae7f.jsonl`
|
| 10 |
+
- `rollout-2026-06-09T16-00-29-019eab9c-a18a-7de1-8967-ea63db425a4f.jsonl`
|
| 11 |
+
|
| 12 |
+
The traces were selected because their session metadata contains the project
|
| 13 |
+
working directory:
|
| 14 |
+
|
| 15 |
+
`/media/haris-subrata/Work/llm/NeuroBait-Build-Small-Model`
|
| 16 |
+
|
| 17 |
+
The active 2026-06-11 discovery/upload session is intentionally excluded. These
|
| 18 |
+
files are historical traces only.
|
codex-traces/rollout-2026-06-08T17-03-23-019ea6af-db29-7801-ac01-46dfc88f90b0.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
codex-traces/rollout-2026-06-09T07-10-21-019ea9b7-4610-7223-906e-2d0dba8bae7f.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
codex-traces/rollout-2026-06-09T16-00-29-019eab9c-a18a-7de1-8967-ea63db425a4f.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|