Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- distilbert/distilgpt2
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This is a quantized version of DistilGPT-2 optimized for browser deployment.
|
| 8 |
+
|
| 9 |
+
Smaller file size (120MB compared to 317MB original model)
|