Skip to content

cure-lab/UniRTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Getting Started

Environment Requirement 🌍

UniRTL has been implemented and tested on PyTorch 2.7.1 with python 3.10.

We recommend you first use conda to create a virtual environment, and install pytorch following official installation instructions. For example:

conda create -n unirtl python=3.10
conda activate unirtl
pip install torch

You should also install torch_geometric and transformers

pip install torch_geometric
pip install transformers

Then you can train UniRTL with the scripts provided:

bash scripts/text_code_alignment.sh
bash scripts/graph_incorporation.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors