No description
- Typst 90.1%
- Python 9.9%
| data | ||
| data_backup | ||
| add_accessibility.py | ||
| add_missing_features.py | ||
| add_more_features.py | ||
| AGENTS.md | ||
| analyze_data.py | ||
| analyze_gaps.py | ||
| analyze_true_duplicates.py | ||
| balance_dataset.py | ||
| check_169.py | ||
| check_duplicates.py | ||
| compare_versions.py | ||
| expand_short.py | ||
| final_report.py | ||
| find_dupes.py | ||
| find_duplicates.py | ||
| find_remaining.py | ||
| fix_169.py | ||
| fix_data.py | ||
| fix_remaining.py | ||
| JL-SPARK.md | ||
| README.md | ||
| requirements.txt | ||
| SESSION_SUMMARY.md | ||
| view_access.py | ||
| view_others.py | ||
Typst-Training-Projekt
Dieses Projekt dient dazu, ein kleines LLM (z.B. Gemma-2-2b-it oder Llama-3.2-1B) mit Unsloth auf Typst zu fine-tunen.
Projektstruktur
typst-training/
├── data/ # Trainingsdaten (JSONL)
├── src/ # Skripte (Daten-Extraktion, Training)
├── models/ # Gespeicherte Modelle
└── output/ # Trainings-Output
Schnellstart
- Installiere Dependencies:
pip install -r requirements.txt - Trainiere:
python src/train_typst_model.py
Hinweis: Das Dataset (
data/typst_train.jsonl) ist bereits fertig (175 Samples). Die Extraktions-Skripte wurden nicht benötigt.
Anforderungen
- GPU mit mindestens 8GB VRAM (4-bit Quantisierung empfohlen)
- Python 3.10+
- PyTorch mit CUDA-Support