File size: 480 Bytes
6639f75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
backlog:
  - ENV: Set up the development environment with necessary libraries.
  - GEN_PAIRS: Generate preference-pair data for training.
  - TRAIN: Fine-tune the model using LoFT.
  - SCHEMA5: Design 5 unseen schemas for testing.
  - TEST: Implement schema_tester.py.
  - DEMO: Create demo notebook.
  - README: Write README.md with explanations and GIF demo.

sprints:
  sprint1:
    - ENV
    - GEN_PAIRS
    - TRAIN
  sprint2:
    - SCHEMA5
    - TEST
    - DEMO
    - README