Create config.json
Browse files- config.json +10 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "llama",
|
3 |
+
"task_specific_params": {
|
4 |
+
"text-generation": {
|
5 |
+
"top_k": 40,
|
6 |
+
"top_p": 0.6,
|
7 |
+
"temperature": 0.2,
|
8 |
+
"repetition_penalty": 1.1}
|
9 |
+
}
|
10 |
+
}
|