devjas1 commited on
Commit
a6fd692
·
1 Parent(s): fadc4bc

(FIX): update generator model path and quantization settings in config.yaml

Browse files
Files changed (2) hide show
  1. config.yaml +2 -2
  2. index.html +2 -2
config.yaml CHANGED
@@ -4,8 +4,8 @@ embedding:
4
  truncate_to: 128
5
 
6
  generator:
7
- model_path: "./models/phi-2.Q4_0.gguf"
8
- quantization: "Q4_0"
9
  max_tokens: 512
10
  n_ctx: 2048
11
 
 
4
  truncate_to: 128
5
 
6
  generator:
7
+ model_path: "./models/phi2.Q/phi-2.Q3_K_M.gguf"
8
+ quantization: "Q3_K_M"
9
  max_tokens: 512
10
  n_ctx: 2048
11
 
index.html CHANGED
@@ -5,7 +5,7 @@
5
  <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
  <title>My static Space</title>
8
- <link rel="stylesheet" href="style.css" />
9
  </head>
10
 
11
  <body>
@@ -14,7 +14,7 @@
14
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
15
  <p>
16
  Also don't forget to check the
17
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
18
  </p>
19
  </div>
20
  </body>
 
5
  <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
  <title>My static Space</title>
8
+ <link rel="stylesheet" href="style.css" rel="noopener" />
9
  </head>
10
 
11
  <body>
 
14
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
15
  <p>
16
  Also don't forget to check the
17
+ <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spacesedocumentation</a>.
18
  </p>
19
  </div>
20
  </body>