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

Commit 5f75fb5

Browse files
committed
update available models list
1 parent 702f9ab commit 5f75fb5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gpt2/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ On-device text generation app using [GPT-2](https://d4mucfpksywv.cloudfront.net/
44

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

7-
> Available models: GPT-2 (small), GPT-2-FP16 (small), DistilGPT2
7+
> Available models:
8+
> * "original" converted small GPT-2 (472MB)
9+
> * FP16 post-training-quantized small GPT-2 (237MB)
10+
> * 8-bit precision weights post-training-quantized small GPT-2 (119MB)
11+
> * "original" converted DistilGPT2, a distilled version of GPT-2 (310MB)
812
913
## Build the demo app using Android Studio
1014

0 commit comments

Comments
 (0)