eBlessings commited on
Commit
9f8f94f
Β·
verified Β·
1 Parent(s): ca7c48f

Create dir-str.txt

Browse files
Files changed (1) hide show
  1. dir-str.txt +12 -0
dir-str.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ project_root/
2
+ β”œβ”€β”€ app.py # The main Gradio endpoint that runs the training pipeline.
3
+ β”œβ”€β”€ requirements.txt # Lists the Python dependencies.
4
+ β”œβ”€β”€ source_files/ # Directory containing your input data files.
5
+ β”‚ β”œβ”€β”€ quranic-corpus-morphology-0.4.txt
6
+ β”‚ β”œβ”€β”€ en.sample.quran-maududi.txt
7
+ β”‚ └── en.w4w.qurandev.txt
8
+ └── working_directory/ # Directory for intermediate outputs.
9
+ β”œβ”€β”€ processed_data/ # Processed verse data (JSON and TXT files).
10
+ β”œβ”€β”€ checkpoints/ # Checkpoints saved during training.
11
+ β”œβ”€β”€ logs/ # (Optional) Additional log files.
12
+ └── state/ # Pipeline state files (e.g., pipeline_state.json).