Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -5,12 +5,12 @@ emoji: 📊
5
  colorFrom: gray
6
  colorTo: indigo
7
  sdk: gradio
8
- sdk_version: 6.3.0
9
  app_file: app.py
10
  pinned: false
11
  hf_oauth: true
12
  hf_oauth_scopes:
13
- - manage-repos
14
  license: apache-2.0
15
  ---
16
 
@@ -82,5 +82,4 @@ To train on your own data, upload a CSV file with the following columns (no head
82
  Core settings can be modified in `config.py`:
83
  - `MODEL_NAME`: Base model to fine-tune (default: `google/functiongemma-270m-it`).
84
  - `DEFAULT_DATASET`: Hugging Face dataset to use if no custom CSV is uploaded.
85
- - `ARTIFACTS_DIR`: Directory where training outputs are saved.
86
-
 
5
  colorFrom: gray
6
  colorTo: indigo
7
  sdk: gradio
8
+ sdk_version: 6.5.1
9
  app_file: app.py
10
  pinned: false
11
  hf_oauth: true
12
  hf_oauth_scopes:
13
+ - manage-repos
14
  license: apache-2.0
15
  ---
16
 
 
82
  Core settings can be modified in `config.py`:
83
  - `MODEL_NAME`: Base model to fine-tune (default: `google/functiongemma-270m-it`).
84
  - `DEFAULT_DATASET`: Hugging Face dataset to use if no custom CSV is uploaded.
85
+ - `ARTIFACTS_DIR`: Directory where training outputs are saved.