Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ivxxdegen
/
mibera-v1
like
0
Text Generation
Transformers
TensorBoard
Safetensors
PEFT
causal_lm
Trained with AutoTrain
text-generation-inference
conversational
custom_code
License:
other
Model card
Files
Files and versions
xet
Metrics
Training metrics
Community
Train
Deploy
Use this model
ivxxdegen
commited on
Feb 1
Commit
734fbd1
·
verified
·
1 Parent(s):
c38e5cb
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import os
2
+
3
+
print("===== Starting Model Merge Process =====")
4
+
os.system("python merge.py")
5
+
print("===== Model Merge Completed Successfully! =====")