Skip to content

Alkl58/steam-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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