Commit ·
afcd0a7
1
Parent(s): 1fee9f1
Upload folder using huggingface_hub
Browse files- README.md +10 -3
- TinyGPT2.mlpackage.tar.gz +3 -0
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# TinyGPT2 for CoreML
|
| 2 |
+
|
| 3 |
+
This is a distilled GPT-2 model converted to CoreML as an ML Program (`.mlpackage`),
|
| 4 |
+
compatible with Apple Watch (watchOS 10+) and other Apple devices.
|
| 5 |
+
|
| 6 |
+
- Base model: `sshleifer/tiny-gpt2`
|
| 7 |
+
- Format: `.mlpackage`
|
| 8 |
+
- Input: tokenized text (input_ids)
|
| 9 |
+
- Output: logits for language modeling
|
| 10 |
+
- Compatible with `coremltools` and Apple Watch
|
TinyGPT2.mlpackage.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5e02df130e646cd8812a0a57e8d02d218c2d261fb8999a6dab1b2cc4b3fe3d5
|
| 3 |
+
size 192053
|