Instructions to use akreal/tiny-random-xlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akreal/tiny-random-xlnet with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("akreal/tiny-random-xlnet", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Convert pytorch_model.bin to old format
Browse files- README.md +3 -0
- pytorch_model.bin +2 -2
README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a copy of: https://huggingface.co/hf-internal-testing/tiny-random-xlnet
|
| 2 |
+
|
| 3 |
+
Changes: use old format for `pytorch_model.bin`.
|
pytorch_model.bin
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:8db075956484c4ac5bfc6068d78bd1aafe565d29d20d2336e4ef8482ebb5cf9b
|
| 3 |
+
size 622110
|