From 13720192d712ce408bb36df7411c833ba5a143b4 Mon Sep 17 00:00:00 2001 From: Sehoon Kim <50283958+kssteven418@users.noreply.github.com> Date: Wed, 17 Mar 2021 20:47:04 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d95b9897..0b2f53d4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ # I-BERT: Integer-only BERT Quantization +## HuggingFace Implementation +I-BERT is also available in the master branch of HuggingFace! +Visit the following links for the HuggingFace implementation. + +Github Link: https://github.com/huggingface/transformers/tree/master/src/transformers/models/ibert + +Model Link: +* [ibert-roberta-base](https://huggingface.co/kssteven/ibert-roberta-base) +* [ibert-roberta-large](https://huggingface.co/kssteven/ibert-roberta-large) +* [ibert-roberta-large-mnli](https://huggingface.co/kssteven/ibert-roberta-large-mnli) ## Installation & Requirements You can find more detailed installation guides from the Fairseq repo: https://github.com/pytorch/fairseq