shaowenchen commited on
Commit
475ac2f
1 Parent(s): 64cd5c8
Files changed (2) hide show
  1. README.md +3 -2
  2. configuration.json +1 -1
README.md CHANGED
@@ -14,8 +14,9 @@ tasks:
14
  - text2text-generation
15
  tags:
16
  - gguf
17
- - vicuna
18
- - chinese
 
19
  ---
20
 
21
  ## Provided files
 
14
  - text2text-generation
15
  tags:
16
  - gguf
17
+ - longchat
18
+ - 7b
19
+ - 32k
20
  ---
21
 
22
  ## Provided files
configuration.json CHANGED
@@ -2,7 +2,7 @@
2
  "framework": "pytorch",
3
  "task": "text-generation",
4
  "model": {
5
- "type": "vicuna"
6
  },
7
  "pipeline": {
8
  "type": "longchat-7b-v1.5-32k-text-generation-pipe"
 
2
  "framework": "pytorch",
3
  "task": "text-generation",
4
  "model": {
5
+ "type": "longchat"
6
  },
7
  "pipeline": {
8
  "type": "longchat-7b-v1.5-32k-text-generation-pipe"