Skip to content

minconszhang/LLaMa3SC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noise Reduction Based on LLaMa3

Min Zhang

This is the implementation of Noise Reduction Base on LLaMa3.

Requirements

conda create -n NR-llama3 python=3.10
conda activate NR-llama3
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
conda install w3lib
conda install nltk
conda intall tqdm
pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes

Bibtex

N/A

Preprocess

wget http://www.statmt.org/europarl/v7/europarl.tgz
tar zxvf europarl.tgz
python preprocess.py

Train

python train.py

Evaluation

python evaluation.py

Notes

N/A

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages