dahara1 commited on
Commit
7427cb2
1 Parent(s): 8cb9a97

Upload 6 files

Browse files
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "rotary_pct": 0.25,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
25
- "transformers_version": "4.31.0",
26
  "use_cache": true,
27
  "use_parallel_residual": true,
28
  "vocab_size": 50277
 
22
  "rotary_pct": 0.25,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
25
+ "transformers_version": "4.33.0.dev0",
26
  "use_cache": true,
27
  "use_parallel_residual": true,
28
  "vocab_size": 50277
gptq_model-4bit-128g.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30beb64c82f07a3b8b2f9722e80688678e207a6e76dc380be93f74c88fc7ca1b
3
  size 6297627136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2edc1ce5b2c411b090bd8808d35c91f7a23ebe2c145c2a1d255311d89f4baf
3
  size 6297627136
quantize_config.json CHANGED
@@ -2,9 +2,9 @@
2
  "bits": 4,
3
  "group_size": 128,
4
  "damp_percent": 0.01,
5
- "desc_act": false,
6
  "sym": true,
7
  "true_sequential": true,
8
- "model_name_or_path": null,
9
- "model_file_base_name": null
10
  }
 
2
  "bits": 4,
3
  "group_size": 128,
4
  "damp_percent": 0.01,
5
+ "desc_act": true,
6
  "sym": true,
7
  "true_sequential": true,
8
+ "model_name_or_path": "opt-125m-4bit-128g",
9
+ "model_file_base_name": "gptq_model-4bit-128g"
10
  }
tokenizer_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
- "model_max_length": 1024,
4
  "tokenizer_class": "PreTrainedTokenizerFast"
5
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 1000000000000000019884624838656,
4
  "tokenizer_class": "PreTrainedTokenizerFast"
5
  }