Skip to content

Alkl58/steam-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33a2955 · Feb 11, 2025

History

13 Commits
Jan 19, 2025
Feb 11, 2025
Feb 11, 2025
Dec 11, 2024
Feb 11, 2025
Dec 11, 2024
Jan 19, 2025

Repository files navigation

Requirements

  1. Python 3.12+
  2. NVIDIA (recommended, optional)

Setup

  1. Python venv erstellen im steam-nlp Ordner: python -m venv env

  2. venv aktivieren:

    • CMD / BAT: env\Scripts\activate.bat
    • Powershell: env\Scripts\Activate.ps1
    • Linux: env/bin/activate
  3. Dependencies installieren:

    • Mit CUDA support:
    pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
    pip3 install transformers[torch]
    pip3 install pandas scikit-learn
    • Ohne CUDA support:
    pip3 install transformers[torch]
    pip3 install pandas scikit-learn
  4. venv deaktivieren (nur BASH / Linux) - optional: deactivate (unter Windows reicht es das Terminal zu schließen)

Usage (Demo / Review)

  1. venv aktivieren (falls deaktiviert), siehe Setup
  2. Ausführen: python review.py

Training

  1. Vorhandenes Modell löschen oder umbenennen
  2. venv aktivieren (falls deaktiviert), siehe Setup
  3. Ausführen:
    • CMD: python training\train.py
    • PS1: python .\training\train.py
    • Linux: python3 training/train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published