Forskjeller
Her vises forskjeller mellom den valgte versjonen og den nåværende versjonen av dokumentet.
| Begge sider forrige revisjonForrige revisjonNeste revisjon | Forrige revisjon | ||
| start [2025/12/02 22:48] – admin99 | start [2025/12/02 22:53] (nåværende versjon) – admin99 | ||
|---|---|---|---|
| Linje 5: | Linje 5: | ||
| ---- | ---- | ||
| ===== 1. MODELS (LLMs) ===== | ===== 1. MODELS (LLMs) ===== | ||
| - | |||
| ---- | ---- | ||
| Linje 56: | Linje 55: | ||
| ---- | ---- | ||
| ===== 2. MODEL RUNTIMES (ENGINES) ===== | ===== 2. MODEL RUNTIMES (ENGINES) ===== | ||
| - | |||
| ---- | ---- | ||
| These are the programs that LOAD and RUN the model' | These are the programs that LOAD and RUN the model' | ||
| Linje 93: | Linje 91: | ||
| * GUI | * GUI | ||
| * Some fine-tuning tools | * Some fine-tuning tools | ||
| + | |||
| + | ✔ Faraday / Unsloth / Axolotl (training tools, not chatbots) | ||
| + | |||
| + | These are **training engines**, not chat apps. | ||
| + | |||
| + | You don’t talk to them; | ||
| + | you use them to train a model. | ||
| + | |||
| + | ==== Summary ==== | ||
| + | |||
| + | **Models** = The brains \\ | ||
| + | **Runtimes** = The engines that run the brains \\ | ||
| + | **Training tools** = The machines that modify the brains \\ | ||
| ---- | ---- | ||
| + | ===== 3. TRAINING TOOLS (NEURAL LEARNING, “NEW SYNAPSES”) ===== | ||
| + | ---- | ||
| + | This is where real learning happens. Not prompts. Not memory. \\ | ||
| + | Not RAG. (library model), Actual neural adjustment. \\ | ||
| + | \code\ | ||
| + | Tools include: | ||
| + | **✔ Axolotl** | ||
| + | |||
| + | * THE standard for fine-tuning LLaMA, Mistral, etc. | ||
| + | * Used by researchers, | ||
| + | |||
| + | **✔ Unsloth** | ||
| + | |||
| + | * A faster, more GPU-efficient training toolkit. | ||
| + | * Great for consumer GPUs like yours. | ||
| + | |||
| + | **✔ Faraday** | ||
| + | * A more experimental training tool, but advanced. | ||
| + | \\ | ||
| + | ** * These tools: | ||
| + | ** * Read your dataset | ||
| + | * Modify the model’s weights | ||
| + | * Produce a new personalized model | ||
| + | This is real learning. | ||