jeongukjae / huggingface-to-tfhub

Converting Huggingface Models to TFHub
5 stars 0 forks source link

huggingface-to-tfhub

This repository contains scripts to convert models in huggingface model hub to TF SavedModel format for my personal projects. (Mainly small multilingual models)

Converted Models

RoBERTa models

How to convert above models?

./export_roberta_all.sh

DistilBERT models

How to convert above models?

./export_distilbert_all.sh

DistilKoBERT model

How to convert above model?

./export_distilkobert.sh

KLUE PLMs

How to convert above model?

./export_klue.sh