Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,10 +92,14 @@ def format_for_training(example):
|
|
| 92 |
training_data = dataset['train'].map(format_for_training)
|
| 93 |
```
|
| 94 |
|
| 95 |
-
|
| 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:
|