Skip to content

tasoo-oos/LLMFactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elementary implementation of LLMFactor and attempt of adversarial attack on it.

How to run

  1. Install the requirements

    python -m venv {any_name}
    pip install -r requirements.txt

    Or, use with conda environment

    conda env create -n {any_name} python=3.12
    conda activate {any_name}
    pip install -r requirements.txt
  2. Make config.json

    cp config.json.example config.json
    
  3. Run the code

    python -m llmfactor

    Also, you can specify the config file path

    python -m llmfactor --config-file {config_file_path}

About

Elementary implementation of LLMFactor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published