iproskurina commited on
Commit
d31a401
·
verified ·
1 Parent(s): bc4f769

AutoGPTQ model for facebook/opt-1.3b: 4bits, gr128, desc_act=False

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  2. tokenizer.json +1 -0
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
  base_model: facebook/opt-1.3b
3
- inference: false
4
- model_creator: facebook
 
 
 
5
  model_name: opt-1.3b
6
- model_type: opt
7
  pipeline_tag: text-generation
8
- quantized_by: iproskurina
9
  tags:
10
  - pretrained
11
- license: other
12
- language:
13
- - en
14
- datasets:
15
- - c4
16
  ---
17
 
18
 
 
1
  ---
2
  base_model: facebook/opt-1.3b
3
+ datasets:
4
+ - c4
5
+ language:
6
+ - en
7
+ license: other
8
  model_name: opt-1.3b
 
9
  pipeline_tag: text-generation
 
10
  tags:
11
  - pretrained
12
+ inference: false
13
+ model_creator: facebook
14
+ model_type: opt
15
+ quantized_by: iproskurina
 
16
  ---
17
 
18
 
tokenizer.json CHANGED
@@ -91,6 +91,7 @@
91
  "end_of_word_suffix": "",
92
  "fuse_unk": false,
93
  "byte_fallback": false,
 
94
  "vocab": {
95
  "<s>": 0,
96
  "<pad>": 1,
 
91
  "end_of_word_suffix": "",
92
  "fuse_unk": false,
93
  "byte_fallback": false,
94
+ "ignore_merges": false,
95
  "vocab": {
96
  "<s>": 0,
97
  "<pad>": 1,