apoapps commited on
Commit
45b6416
·
verified ·
1 Parent(s): 8483ff0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -1,13 +1,25 @@
1
  ---
2
- title: Apochat Gemma4 E2b Trainer Space
3
- emoji: 🌍
4
- colorFrom: yellow
5
- colorTo: green
6
  sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Apochat Gemma 4 E2B Trainer
3
+ emoji: 🏋️
4
+ colorFrom: purple
5
+ colorTo: pink
6
  sdk: gradio
7
+ sdk_version: 4.0.0
 
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # Apochat Gemma 4 E2B Trainer
13
+
14
+ Fine-tune `google/gemma-4-E2B-it` on the Apochat chat dataset (`apoapps/apochat-gemma4-e2b-chat-v1`)
15
+ using PEFT/LoRA.
16
+
17
+ **You must upgrade the Space hardware to a GPU before starting training.** Free `cpu-basic`
18
+ will not be able to train a 2B model in a reasonable time.
19
+
20
+ Recommended hardware:
21
+ - `t4-small` or `l4x1` for QLoRA.
22
+ - `a10g-small` or larger for faster training.
23
+
24
+ When training finishes, the adapter is pushed to `apoapps/apochat-gemma4-e2b-apochat-tuned-v2`.
25
+ Use the LiteRT export script to convert the trained adapter + base model to `.litertlm`.