Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
This model is a fine-tuned version of: https://huggingface.co/ali77sina/SECGPT
|
6 |
+
|
7 |
+
The instruction set is defined as follows:
|
8 |
+
|
9 |
+
```python
|
10 |
+
text = f"""### Question: {example['questions'][i]},
|
11 |
+
### Context: {example['sorted_chunks'][i]},
|
12 |
+
### Answer: {example['answers'][i]}"""
|
13 |
+
```
|