Skip to content

YRL-AIDA/T5-GlyF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T5-GlyF

T5-GlyF (Glyph Fixing) — a method to correct text data attacked with homoglyphs using a pre-trained T5 model by the SberDevices team as part of the SAGE project.

Installation

To get started, you need to install the requirements

git clone https://github.com/YRL-AIDA/T5-GlyF.git
cd T5-GlyF
pip install -r requirements.txt

Interaction with the model

Training

To start training the model, simply enter the following command

python train.py --config_path configs/train_config.json

Testing

To start testing the model

python test.py --config_path configs/test_config.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published