ali77sina commited on
Commit
2c4dc10
1 Parent(s): 0d61620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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
+ ```