Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit dcd6da1

Browse files
authored
Add link to medium article
1 parent 5f75fb5 commit dcd6da1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gpt2/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Text Generation with GPT2/DistilGPT2
22

3-
On-device text generation app using [GPT-2](https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf) or [DistilGPT2](https://medium.com/huggingface/distilbert-8cf3380435b5) (same distillation process than DistilBERT, 2x faster and 33% smaller than GPT-2)
3+
On-device text generation app using [GPT-2](https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf) or [DistilGPT2](https://medium.com/huggingface/distilbert-8cf3380435b5) (same distillation process than DistilBERT, 2x faster and 33% smaller than GPT-2).
4+
5+
Check the associated [On-Device Machine Learning: Text Generation on Android](https://towardsdatascience.com/on-device-machine-learning-text-generation-on-android-6ad940c00911) article for more information on the how-to!
46

57
![demo gif](../media/gpt2_generation.gif "Demo running offline on a Samsung Galaxy S8, accelerated")
68

0 commit comments

Comments
 (0)