Finetune / dir-str.txt
eBlessings's picture
Create dir-str.txt
9f8f94f verified
raw
history blame contribute delete
761 Bytes
project_root/
β”œβ”€β”€ app.py # The main Gradio endpoint that runs the training pipeline.
β”œβ”€β”€ requirements.txt # Lists the Python dependencies.
β”œβ”€β”€ source_files/ # Directory containing your input data files.
β”‚ β”œβ”€β”€ quranic-corpus-morphology-0.4.txt
β”‚ β”œβ”€β”€ en.sample.quran-maududi.txt
β”‚ └── en.w4w.qurandev.txt
└── working_directory/ # Directory for intermediate outputs.
β”œβ”€β”€ processed_data/ # Processed verse data (JSON and TXT files).
β”œβ”€β”€ checkpoints/ # Checkpoints saved during training.
β”œβ”€β”€ logs/ # (Optional) Additional log files.
└── state/ # Pipeline state files (e.g., pipeline_state.json).