OliverSlivka commited on
Commit
bfa87d1
·
verified ·
1 Parent(s): 56023b7

Deploy DPO training setup: app, README, requirements, training scripts

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +0 -1
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
11
  ---
12
 
13
  # Qwen2.5 Fine-Tuning: SFT vs DPO
 
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ python_version: "3.11"
12
  ---
13
 
14
  # Qwen2.5 Fine-Tuning: SFT vs DPO
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  # HuggingFace Space Requirements for DPO Training
2
 
3
  gradio==4.44.0
4
- pyaudioop-lts # Fix for Python 3.13 audioop removal
5
  torch>=2.0.0
6
  transformers>=4.40.0
7
  trl>=0.8.0
 
1
  # HuggingFace Space Requirements for DPO Training
2
 
3
  gradio==4.44.0
 
4
  torch>=2.0.0
5
  transformers>=4.40.0
6
  trl>=0.8.0