nm-autobot commited on
Commit
5929fa1
·
verified ·
1 Parent(s): c88f97e

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
  3. model.safetensors +1 -1
  4. recipe.yaml +1 -0
config.json CHANGED
@@ -55,7 +55,7 @@
55
  "quantization_status": "compressed",
56
  "sparsity_config": {},
57
  "transform_config": {},
58
- "version": "0.17.1"
59
  },
60
  "rms_norm_eps": 1e-05,
61
  "rope_parameters": {
@@ -63,7 +63,7 @@
63
  "rope_type": "default"
64
  },
65
  "tie_word_embeddings": false,
66
- "transformers_version": "5.10.1",
67
  "use_cache": true,
68
  "vocab_size": 32000
69
  }
 
55
  "quantization_status": "compressed",
56
  "sparsity_config": {},
57
  "transform_config": {},
58
+ "version": "0.17.2.a20260730"
59
  },
60
  "rms_norm_eps": 1e-05,
61
  "rope_parameters": {
 
63
  "rope_type": "default"
64
  },
65
  "tie_word_embeddings": false,
66
+ "transformers_version": "5.14.1",
67
  "use_cache": true,
68
  "vocab_size": 32000
69
  }
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
- "transformers_version": "5.10.1"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "5.14.1"
7
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40b3b4ebc7f4718ed8dd7c67312924ce44239f6a5aea37065bf91c6f67697449
3
  size 1232042384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73658aa1d35e19c5ac74e1949630951645307bca1c2075621b395bf0e2e81379
3
  size 1232042384
recipe.yaml CHANGED
@@ -23,3 +23,4 @@ quant_stage:
23
  targets: [Linear]
24
  ignore: [lm_head]
25
  bypass_divisibility_checks: false
 
 
23
  targets: [Linear]
24
  ignore: [lm_head]
25
  bypass_divisibility_checks: false
26
+ requires_calibration_data: false