Codex_Prime / directroy.txt
dnnsdunca's picture
Create directroy.txt
3c3068f verified
raw
history blame
578 Bytes
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