Instructions to use celinah/dummy-xet-testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use celinah/dummy-xet-testing with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("celinah/dummy-xet-testing", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
#8
by celinah HF Staff - opened
temp_create_pr/binary_file.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf79be0c21a100565100d16b31deee78ce5391f66c0774405d484ce38b6076e0
|
| 3 |
+
size 1048576
|
temp_create_pr/nested/nested_binary.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23ccc6e0f80ca67dcd84e70c1411aebb94cf45ad6c1abd232f19199440f36dc0
|
| 3 |
+
size 1048576
|
temp_create_pr/nested/nested_text.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This is a nested text file
|
temp_create_pr/text_file.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
This is a regular text file
|