Create .hf/workflows/fine-tuning.yaml
Browse files
.hf/workflows/fine-tuning.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: fine-tune
|
2 |
+
|
3 |
+
jobs:
|
4 |
+
fine-tune:
|
5 |
+
image: fine-tune/Dockerfile
|
6 |
+
args:
|
7 |
+
- name: dataset-repo
|
8 |
+
type: string
|