Skip to content

AlanAnsell/bistil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the official repo for the paper Distilling Efficient Language-Specific Models for Cross-Lingual Transfer, forked from composable-sft.

Installation

First, install Python >= 3.9 and PyTorch >= 1.9 (earlier versions may work but haven't been tested), e.g. using conda:

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

Then download and install composable-sft:

git clone https://github.com/AlanAnsell/bistil.git
cd bistil
pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published