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
#7
by celinah HF Staff - opened
- xet/dataset1MB.zip +3 -0
- xet/dummy.txt +1 -0
xet/dataset1MB.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e5477bbbe868845be3b852d80eec2f1da6570340860668549a6dd5da0b00054
|
| 3 |
+
size 1400865
|
xet/dummy.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
dummy text
|