nextgenio-llm-modell_critical_thinking

Experimental LLM-based architecture for NextGenio – structured, explainable and ready for agent integration (Supabase, OpenAI, YAML).

https://github.com/henrikstrand1984/nextgenio-llm-modell_critical_thinking

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Experimental LLM-based architecture for NextGenio – structured, explainable and ready for agent integration (Supabase, OpenAI, YAML).

Basic Info
  • Host: GitHub
  • Owner: HenrikSTrand1984
  • License: mit
  • Default Branch: main
  • Size: 37.1 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 7 months ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

.github/README.md

🧠 NextGenio – LLM-modell med Kritisk Tenkning (Fra Grunn)

Versjon: 0.1.0
Lisens: MIT
Status: Under utvikling
Kontakt: Henrik Strand – steliaverditakst@gmail.com


📘 Om prosjektet

Dette prosjektet er en del av NextGenio-plattformen og bygger en liten, funksjonell LLM-modell fra bunnen av med fokus på kritisk tenkning, forklarbarhet og selvlæring. Koden og strukturen er inspirert av boken Build a Large Language Model (From Scratch) av Sebastian Raschka, men utviklet for nye forskningsformål innen AI og bevisst resonnering.

Prosjektet implementerer både modellarkitektur, treningsløp og validering – samtidig som det dokumenterer kravspesifikasjoner, use cases, og arkitekturvalg i tråd med ISO-standarder.


🧩 Hovedmål

  • Skape en eksperimentell LLM med støtte for metakognitiv læring og kritisk evaluering av påstander
  • Utforske selvrefleksjon og forklarbarhet (XAI) i arkitektur og output
  • Dokumentere hele utviklingsprosessen fra idé til implementasjon

🗂️ Mappestruktur

```bash . ├── .github/ # Issue templates og CI-workflows ├── appendix-A/ # Introduksjon til PyTorch ├── appendix-D/ # Ekstra funksjonalitet i treningsløkker ├── appendix-E/ # Parameter-effektiv finetuning med LoRA ├── ch01/ # Hva er LLM? ├── ch02/ # Tekstdata og datalasting ├── ch03/ # Oppmerksomhetsmekanismer ├── ch04/ # GPT-modell fra bunnen ├── ch05/ # Pretraining på umerkede data ├── ch06/ # Finetuning for tekstklassifisering ├── ch07/ # Finetuning for instruksjonsforståelse ├── pkg/llmsfromscratch/ # Python-pakken og underliggende moduler ├── setup/ # Miljø- og installasjonsveiledning ├── docs/ # Dokumentasjon, metoder og krav ├── admin/ # Beslutninger (ADR), styring og eierskap ├── devcontainer/ # VS Code Dev Container konfigurasjon ├── pyproject.toml # Python-bygge- og avhengighetsstyring ├── pixi.toml # Conda-bygget miljø for Pixi ├── requirements.txt # Avhengigheter via pip ├── LICENSE.txt # MIT-lisens └── README.md # Denne filen

Owner

  • Login: HenrikSTrand1984
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this book or its accompanying code, please cite it as follows."
title: "Build A Large Language Model (From Scratch), Published by Manning, ISBN 978-1633437166"
abstract: "This book provides a comprehensive, step-by-step guide to implementing a ChatGPT-like large language model from scratch in PyTorch."
date-released: 2024-09-12
authors:
  - family-names: "Raschka"
    given-names: "Sebastian"
license: "Apache-2.0"
url: "https://www.manning.com/books/build-a-large-language-model-from-scratch"
repository-code: "https://github.com/rasbt/LLMs-from-scratch"
keywords:
  - large language models
  - natural language processing
  - artificial intelligence
  - PyTorch
  - machine learning
  - deep learning

GitHub Events

Total
  • Push event: 12
  • Create event: 1
Last Year
  • Push event: 12
  • Create event: 1

Dependencies

pyproject.toml pypi
  • jupyterlab >=4.0
  • matplotlib >=3.7.1
  • numpy >=1.26,<2.1
  • pandas >=2.2.1
  • pip >=25.0.1
  • pytest >=8.3.5
  • tensorflow >=2.18.0
  • tiktoken >=0.5.1
  • torch >=2.3.0
  • tqdm >=4.66.1
requirements.txt pypi
  • jupyterlab >=4.0
  • matplotlib >=3.7.1
  • numpy >=1.26,<2.1
  • pandas >=2.2.1
  • psutil >=5.9.5
  • tensorflow >=2.18.0
  • tiktoken >=0.5.1
  • torch >=2.3.0
  • tqdm >=4.66.1