Update README.md
Browse files
README.md
CHANGED
|
@@ -32,4 +32,16 @@ This dataset contains two JSONL files for training/evaluating LLMs on Governance
|
|
| 32 |
```python
|
| 33 |
from datasets import load_dataset
|
| 34 |
ds = load_dataset("USERNAME/grc-nist-csf2-qa-v1") # replace USERNAME
|
| 35 |
-
print(ds)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
```python
|
| 33 |
from datasets import load_dataset
|
| 34 |
ds = load_dataset("USERNAME/grc-nist-csf2-qa-v1") # replace USERNAME
|
| 35 |
+
print(ds)
|
| 36 |
+
|
| 37 |
+
Intended use
|
| 38 |
+
|
| 39 |
+
Fine-tuning instruction-following and chat models for GRC/NIST CSF assistance.
|
| 40 |
+
|
| 41 |
+
Limitations
|
| 42 |
+
|
| 43 |
+
Not legal advice; verify before production. May contain simplifications.
|
| 44 |
+
|
| 45 |
+
Citation
|
| 46 |
+
|
| 47 |
+
If you use this dataset, please cite this repo.
|