missvector commited on
Commit
512c354
·
verified ·
1 Parent(s): 8cc90da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -92,10 +92,14 @@ def format_for_training(example):
92
  training_data = dataset['train'].map(format_for_training)
93
  ```
94
 
95
- ### Out-of-Scope Use
96
  - Not for production deployment without additional validation
97
  - Commands should be reviewed before execution
98
 
 
 
 
 
99
  ## Citation
100
 
101
  If you use this dataset in your research, please cite:
 
92
  training_data = dataset['train'].map(format_for_training)
93
  ```
94
 
95
+ ## Out-of-Scope Use
96
  - Not for production deployment without additional validation
97
  - Commands should be reviewed before execution
98
 
99
+ ## Related Projects
100
+
101
+ - [llama-dynamic-context](https://github.com/vifirsanova/llama-dynamic-context) - Command inference tool tested with this dataset
102
+
103
  ## Citation
104
 
105
  If you use this dataset in your research, please cite: