Skip to content

LiinXemmon/dVqzLmtrwFae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ParaRater: Enhancing Cross-Lingual Transfer in LLMs with Meta-Learning

🤗 Models – pararater/raters 🤗 Dataset – pararater/paracore

ParaRater is a data selection method that enhances cross-lingual transfer by selecting the most valuable parallel pairs, forming high-impact parallel corpora with two meta-learned raters.

ParaTool

This is the meta-learning toolkit repository for training raters.

Data Format

Use Parquet files with the following columns:

  • text (required): string
  • category (optional): string label used only for logging per-category losses

Train

accelerate launch --num_processes 7 pararater.py \
  --trainset_path /path_to/train \
  --valset_path   /path_to/val

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published