Spaces:
Sleeping
Sleeping
docker tryyyy commit
Browse files- resource.py +2 -2
resource.py
CHANGED
@@ -21,12 +21,12 @@ score Rank Risk
|
|
21 |
|
22 |
based on the score and rank you have to return only one most complex repo from report
|
23 |
|
24 |
-
Report: {
|
25 |
|
26 |
Answer:"""
|
27 |
|
28 |
|
29 |
-
prompt = PromptTemplate(template=template, input_variables=["
|
30 |
|
31 |
#hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir="/code")
|
32 |
local_path= os.getcwd() + "/ggml-gpt4all-j-v1.3-groovy.bin"
|
|
|
21 |
|
22 |
based on the score and rank you have to return only one most complex repo from report
|
23 |
|
24 |
+
Report: {question}
|
25 |
|
26 |
Answer:"""
|
27 |
|
28 |
|
29 |
+
prompt = PromptTemplate(template=template, input_variables=["question"])
|
30 |
|
31 |
#hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir="/code")
|
32 |
local_path= os.getcwd() + "/ggml-gpt4all-j-v1.3-groovy.bin"
|