adfras commited on
Commit
c79a8a0
·
1 Parent(s): 7e5fea6

trying different readme and dockerfile configr

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- title: psychology-tutor-engine
3
  sdk: docker
4
- hardware: cpu-basic
5
  ---
6
 
7
- # T5 Distractor Model - Fine-Tuning Job
8
 
9
- This Space automatically fine-tunes a `t5-small` model using the free CPU tier.
10
- The `finetune_distractor_model.py` script will run automatically. Monitor progress in the "Logs" tab.
 
 
1
  ---
2
+ title: Psychology Tutor Engine
3
  sdk: docker
4
+ app_port: 7860
5
  ---
6
 
7
+ # Psychology Tutor Engine - Interactive Workspace
8
 
9
+ This Space launches a JupyterLab environment on the free `cpu-basic` tier.
10
+
11
+ From here you can run the data processing pipeline, the main tutor modeling notebook, or manually start the T5 fine-tuning script.