Upload custom_code/Motif-Technologies_Motif-2.6B.py with huggingface_hub
Browse files
custom_code/Motif-Technologies_Motif-2.6B.py
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# /// script
|
| 2 |
+
# requires-python = ">=3.12"
|
| 3 |
+
# dependencies = [
|
| 4 |
+
# "transformers",
|
| 5 |
+
# "torch",
|
| 6 |
+
# ]
|
| 7 |
+
# ///
|
| 8 |
+
|
| 9 |
+
# ⚠️ Type of model/library unknown.
|
| 10 |
+
|
| 11 |
+
# Feel free to open a Pull request
|
| 12 |
+
# for integration of the huggingface model hub
|
| 13 |
+
# into the corresponding library =)
|