ariG23498 HF Staff commited on
Commit
7e2c6f0
·
verified ·
1 Parent(s): de16bdd

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 =)