Spaces:
Running
on
Zero
Running
on
Zero
Create dir-str.txt
Browse files- 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).
|