Instructions to use hf-internal-testing/tiny-random-gpt2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-gpt2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-gpt2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update weights (#4)
Browse files- Load and save weights again to fix naming for TF (3ff9c06f894a25ddfa26558d79f3b5cb804acfcc)
- model.safetensors +2 -2
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8111d5afb0715dbf5a31396d31432cb56370ba23f6650a035ea0fc8a20b4e500
|
| 3 |
+
size 453864
|