File size: 578 Bytes
3c3068f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
autonomous-dev-team/
β”‚
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ model.py
β”‚   β”œβ”€β”€ data_loader.py
β”‚   β”œβ”€β”€ train.py
β”‚   β”œβ”€β”€ evaluate.py
β”‚   β”œβ”€β”€ generate.py
β”‚   β”œβ”€β”€ agent.py
β”‚   └── utils.py
β”‚
β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ raw/
β”‚   └── processed/
β”‚
β”œβ”€β”€ configs/
β”‚   └── model_config.yaml
β”‚
β”œβ”€β”€ scripts/
β”‚   └── download_llama.sh
β”‚
β”œβ”€β”€ tests/
β”‚   └── test_model.py
β”‚
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ setup.py
β”œβ”€β”€ .gitignore
└── README.md