@@ -65,7 +65,7 @@ If you require POD128/256 setup and configuration for our applications, please c
6565| BERT | NLP | Training & Inference | [ TensorFlow 1] ( nlp/bert/tensorflow1 ) , [ PyTorch] ( nlp/bert/pytorch ) , [ PopART] ( nlp/bert/popart ) , [ TensorFlow 2] ( nlp/bert/tensorflow2/ ) , [ PopXL] ( nlp/bert/popxl ) , [ PaddlePaddle] ( https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/bert/static_ipu ) , [ Hugging Face Optimum] ( https://huggingface.co/Graphcore/bert-large-ipu ) |
6666| Group BERT | NLP | Training | [ TensorFlow 1] ( nlp/bert/tensorflow1/README.md#GroupBERT_model ) |
6767| Packed BERT | NLP | Training | [ PyTorch] ( nlp/bert/pytorch ) , [ PopART] ( nlp/bert/popart ) |
68- | GPT2 | NLP | Training | [ PyTorch] ( nlp/gpt /pytorch ) , [ Hugging Face Optimum] ( https://huggingface.co/Graphcore/gpt2-medium-ipu ) |
68+ | GPT2 | NLP | Training | [ PyTorch] ( nlp/gpt2 /pytorch ) , [ Hugging Face Optimum] ( https://huggingface.co/Graphcore/gpt2-medium-ipu ) |
6969| RoBERTa | NLP | Training | [ Hugging Face Optimum] ( https://huggingface.co/Graphcore/roberta-large-ipu ) |
7070| DeBERTa | NLP | Training | [ Hugging Face Optimum] ( https://huggingface.co/Graphcore/deberta-base-ipu ) |
7171| HuBERT | NLP | Training | [ Hugging Face Optimum] ( https://huggingface.co/Graphcore/hubert-base-ipu ) |
@@ -83,9 +83,8 @@ If you require POD128/256 setup and configuration for our applications, please c
8383| DeepVoice3 | TTS (TextToSpeech) | Training & Inference | [ PopART] ( speech/deepvoice3/popart ) |
8484| FastSpeech2 | TTS(TextToSpeech) | Training & Inference | [ TensorFlow 2] ( speech/fastspeech2/tensorflow2 ) |
8585| Fastpitch | TTS (TextToSpeech) | Training | [ PyTorch] ( speech/fastpitch/pytorch ) |
86- | Conformer | STT(SpeechToText) | Training & Inference | [ PopART] ( speech/conformer/popart ) , [ TensorFlow 1] ( speech/conformer/tensorflow1 ) |
86+ | Conformer | STT(SpeechToText) | Training & Inference | [ PopART] ( speech/conformer/popart ) , [ TensorFlow 1] ( speech/conformer/tensorflow1 ) , [ PyTorch ] ( speech/conformer/pytorch ) |
8787| Transfomer Transducer | STT(SpeechToText) | Training & Inference | [ PopART] ( speech/transformer_transducer/popart ) |
88- | WeNet-Conformer | STT(SpeechToText) | Training | [ PyTorch] ( speech/wenet_conformer/pytorch ) |
8988| Wav2Vec2 | STT(SpeechToText) | Training | [ Hugging Face Optimum] ( https://huggingface.co/Graphcore/wav2vec2-base-ipu ) |
9089
9190<br >
@@ -213,6 +212,15 @@ Unless otherwise specified by a LICENSE file in a subdirectory, the LICENSE refe
213212
214213## Changelog
215214<details >
215+ <summary >Aug 2022</summary >
216+ <br >
217+
218+ * Change the folder name of models
219+ * NLP : from gpt to gpt2
220+ * Speech : from wenet-conformer to conformer
221+
222+ </details >
223+ <details >
216224<summary >July 2022</summary >
217225<br >
218226
0 commit comments