Update README.md
Browse files
README.md
CHANGED
|
@@ -65,6 +65,32 @@ C:\PrismRCL\PrismRCL.exe naivebayes rclticks=10 ^
|
|
| 65 |
- **log:** Directory for storing log files.
|
| 66 |
- **stopwhendone:** Automatically terminates the session after training completion.
|
| 67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
### License
|
| 69 |
|
| 70 |
This dataset is licensed under the MIT License.
|
|
|
|
| 65 |
- **log:** Directory for storing log files.
|
| 66 |
- **stopwhendone:** Automatically terminates the session after training completion.
|
| 67 |
|
| 68 |
+
Here's an "Auto Optimize" section crafted specifically for inclusion in all of your PrismRCL dataset README files. You can universally use this across imaging, textual (including LLM), and tabular data types:
|
| 69 |
+
|
| 70 |
+
---
|
| 71 |
+
|
| 72 |
+
### Auto Optimize
|
| 73 |
+
|
| 74 |
+
PrismRCL includes an **Auto Optimize** feature designed to automatically identify optimal training parameters for your specific dataset, significantly streamlining the model training process. This feature removes the need for manual parameter tuning by systematically evaluating your data to determine the most effective settings for evaluation method, `rclticks`, `boxdown`, and other relevant parameters.
|
| 75 |
+
|
| 76 |
+
**How to Use Auto Optimize:**
|
| 77 |
+
|
| 78 |
+
Run the following command with your dataset:
|
| 79 |
+
|
| 80 |
+
```cmd
|
| 81 |
+
C:\PrismRCL\PrismRCL.exe auto-optimize data=C:\path\to\your_dataset\train log=C:\path\to\log_files
|
| 82 |
+
```
|
| 83 |
+
|
| 84 |
+
**Explanation:**
|
| 85 |
+
|
| 86 |
+
- **auto-optimize:** Initiates PrismRCL’s parameter optimization process.
|
| 87 |
+
- **data:** Path to your training dataset.
|
| 88 |
+
- **log:** Specifies the directory where PrismRCL will save a detailed summary file with optimal parameters determined by the optimization process.
|
| 89 |
+
|
| 90 |
+
After execution, PrismRCL generates an optimization summary file in your specified log directory (`_optimize_summary_mm_dd_yy_hh_mm_ss.txt`). This file will list the optimal parameters, which you should then apply in your training commands to achieve optimal model performance.
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
You can seamlessly incorporate this section into each README file across your datasets. Let me know if you need further refinements!
|
| 94 |
### License
|
| 95 |
|
| 96 |
This dataset is licensed under the MIT License.
|