dnnsdunca commited on
Commit
3c3068f
Β·
verified Β·
1 Parent(s): 3c3ae3a

Create directroy.txt

Browse files
Files changed (1) hide show
  1. directroy.txt +29 -0
directroy.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ autonomous-dev-team/
2
+ β”‚
3
+ β”œβ”€β”€ src/
4
+ β”‚ β”œβ”€β”€ __init__.py
5
+ β”‚ β”œβ”€β”€ model.py
6
+ β”‚ β”œβ”€β”€ data_loader.py
7
+ β”‚ β”œβ”€β”€ train.py
8
+ β”‚ β”œβ”€β”€ evaluate.py
9
+ β”‚ β”œβ”€β”€ generate.py
10
+ β”‚ β”œβ”€β”€ agent.py
11
+ β”‚ └── utils.py
12
+ β”‚
13
+ β”œβ”€β”€ data/
14
+ β”‚ β”œβ”€β”€ raw/
15
+ β”‚ └── processed/
16
+ β”‚
17
+ β”œβ”€β”€ configs/
18
+ β”‚ └── model_config.yaml
19
+ β”‚
20
+ β”œβ”€β”€ scripts/
21
+ β”‚ └── download_llama.sh
22
+ β”‚
23
+ β”œβ”€β”€ tests/
24
+ β”‚ └── test_model.py
25
+ β”‚
26
+ β”œβ”€β”€ requirements.txt
27
+ β”œβ”€β”€ setup.py
28
+ β”œβ”€β”€ .gitignore
29
+ └── README.md