Skip to content

llllchao/KET2A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# python
python 3.9

# dgl
pip install  dgl -f https://data.dgl.ai/wheels/repo.html
pip install  dglgo -f https://data.dgl.ai/wheels-test/repo.html

# pytorch
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cpu

# modelscope[nlp]
pip install "modelscope[nlp]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html

# tools
pip install graphviz
pip install torchviz
pip install torch-summary
pip install transformers[torch] datasets evaluate sacrebleu wandb # baseline hub

# something to optimize
The text length during training is fixed at 10 (the sentence is not long enough to automatically compensate EOS),
but the text length during testing is the original length of the sentence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages