Views
No views yet
kimberlyindiva-trainer| Dataset | Samples | Best Accuracy |
|---|---|---|
| powershell-documentation-dataset | 97 | 36.1% |
| ai-editor-training-data | 100 | 51.0% |
| cognitio-ml-dataset | 26 | 23.1% |
| powershell-devops-mega-dataset | 1 | 100% |
| mega-dataset-v2-all-domains | 1 | 100% |
| chapel-osint-ultimate | 1 | 100% |
rust_trainer/ directory.1# Compile
2cd rust_trainer && cargo build --release
3
4# Train all datasets
5./target/release/kimberlyindiva-trainer --all --epochs 20
6
7# Train specific dataset
8./target/release/kimberlyindiva-trainer -d chapel-osint-ultimate -e 15