Views
No views yet
unsloth/medgemma-4b-it-bnb-4bit. It was fine-tuned
using text-only English-language Opentrons OT-2 protocol descriptions to
produce machine-readable JSON containing the protocol title, categories,
labware, pipettes, modules, and reagents. It extracts protocol metadata; it
does not generate executable robot code.
Research and assistive use only. This adapter does not generate, validate, or approve executable robot protocols. Every output must be reviewed by a qualified laboratory professional and validated in the Opentrons Protocol Designer / simulation environment before use.
1{
2 "title": "string",
3 "categories": ["string"],
4 "labware": ["string"],
5 "pipettes": ["string"],
6 "modules": ["string"],
7 "reagents": ["string"]
8}| Setting | Value |
|---|---|
| Base model | unsloth/medgemma-4b-it-bnb-4bit |
| LoRA rank / alpha / dropout | 16 / 32 / 0.05 |
| Epochs | 3 |
| Optimizer | Paged AdamW 8-bit |
| Learning rate | 1e-4 |
| Batch size / gradient accumulation | 2 / 4 |
| Maximum sequence length | 2048 |
| Hardware | NVIDIA H100 |
eval_loss=0.35. The completed run reported train_loss=0.40. These loss
values are optimization diagnostics, not task-quality or safety metrics.data/eval.jsonl.| Field | Precision | Recall | F1 |
|---|---|---|---|
| Categories | 0.79 | 0.78 | 0.79 |
| Labware | 0.35 | 0.32 | 0.34 |
| Pipettes | 0.65 | 0.70 | 0.67 |
| Modules | 0.67 | 0.80 | 0.73 |
| Reagents | 0.42 | 0.18 | 0.25 |
1{
2 "title": "GNA Octea Prep",
3 "categories": [
4 "Sample Prep"
5 ],
6 "labware": [
7 "Opentrons 96 Tip Rack 300 µL",
8 "Opentrons 96 Tip Rack 1000 µL",
9 "Opentrons 24 Tube Rack with Eppendorf 1.5 mL Safe-Lock Snapcap",
10 "Opentrons 96 Filter Tip Rack 20 µL",
11 "Opentrons 96 Well Aluminum Block with Generic PCR Strip 200 µL",
12 "Opentrons 24 Well Aluminum Block with NEST 1.5 mL Snapcap",
13 "Opentrons 6 Tube Rack with Falcon 50 mL Conical"
14 ],
15 "pipettes": [
16 "P300 8-Channel Pipette (GEN2)",
17 "P300 Single Channel Pipette (GEN2)"
18 ],
19 "modules": [
20 "Magnetic Module",
21 "Magnetic Module GEN2",
22 "Temperature Module",
23 "Temperature Module GEN2"
24 ],
25 "reagents": []
26}1@misc{vonwerra2022trl,
2 title = {{TRL: Transformer Reinforcement Learning}},
3 author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
4 year = 2020,
5 journal = {GitHub repository},
6 publisher = {GitHub},
7 howpublished = {\url{https://github.com/huggingface/trl}}
8}