Spaces:
Sleeping
Sleeping
File size: 286 Bytes
bd57c6c |
1 2 3 4 5 6 7 8 9 10 |
project_name: phi4-training
model: microsoft/phi-4 # Replace with "microsoft/phi-4" if available
data_path: ./
task: text-generation # Or your task (e.g., text-classification)
learning_rate: 2e-5
batch_size: 2
epochs: 3
fp16: true
push_to_hub: true
repo_id: "hackergeek98/phi4-trained" |