Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
nlsefouh
/
Silk_LLM
like
2
Robotics
HuggingFaceM4/the_cauldron
gretelai/synthetic_text_to_sql
4 languages
doi:10.57967/hf/3330
code
License:
apache-2.0
Model card
Files
Files and versions
Community
nlsefouh
commited on
May 1
Commit
1e23e27
•
1 Parent(s):
9de3079
Create name.py
Browse files
Files changed (1)
hide
show
name.py
+7
-0
name.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
def main():
2
+
# main code here
3
+
4
+
5
+
if __name__ == "__main__":
6
+
main_function = main()
7
+
print(main_function)