add readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- scripts
|
| 5 |
+
- research
|
| 6 |
+
- training
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Azure scripts
|
| 10 |
+
|
| 11 |
+
Miscellaneous scripts from the Azure H100 workspace. Not a deployable model — this is a working collection.
|
| 12 |
+
|
| 13 |
+
## Contents
|
| 14 |
+
|
| 15 |
+
- `train_h100_*.py`, `train_v3.py` — training runs (various projects)
|
| 16 |
+
- `generate_dataset*.py` — data generation
|
| 17 |
+
- `close_the_loop.py` — TRIBE v2 AI↔brain comparison scaffolding
|
| 18 |
+
- `merge_v3.py`, `pull_extra.py` — dataset maintenance
|
| 19 |
+
- `telugu_voice_clone.py` — voice synthesis experiment
|
| 20 |
+
- `yc_scrape.py` — scraping
|
| 21 |
+
- `gsoc_proposal_*.md`, `GSoC_2026_Proposal_Vivek_OLMo.docx` — DeepChem GSoC 2026 proposal (OLMo wrapper)
|
| 22 |
+
- `turboquant_case_study.md` — TurboQuant KV cache paper implementation notes
|
| 23 |
+
- `vivek_complete_profile.md`
|
| 24 |
+
- `h100_training.log`, `train_*.log` — historical training logs
|
| 25 |
+
- `AI4RTGSdevDB.camera_masters.json` — camera master config (schema only)
|