Spaces:
Sleeping
Sleeping
Krzysztof Krystian Jankowski
commited on
Commit
·
5cd0699
1
Parent(s):
076a09d
thebloke model link
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from langchain_community.llms import CTransformers
|
|
5 |
# load the model
|
6 |
|
7 |
def getLlamaResponse(input_text, no_words, blog_style):
|
8 |
-
llm=CTransformers(model='
|
9 |
model_type='llama',
|
10 |
config={'max_new_tokens':256, 'temperature':0.2})
|
11 |
|
|
|
5 |
# load the model
|
6 |
|
7 |
def getLlamaResponse(input_text, no_words, blog_style):
|
8 |
+
llm=CTransformers(model='TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF',
|
9 |
model_type='llama',
|
10 |
config={'max_new_tokens':256, 'temperature':0.2})
|
11 |
|