nm-autobot commited on
Commit
e7a2cc4
·
verified ·
1 Parent(s): f878a28

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
  3. recipe.yaml +0 -1
config.json CHANGED
@@ -55,7 +55,7 @@
55
  "quantization_status": "compressed",
56
  "sparsity_config": {},
57
  "transform_config": {},
58
- "version": "0.17.2.a20260728"
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.14.1",
67
  "use_cache": true,
68
  "vocab_size": 32000
69
  }
 
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
  "rope_type": "default"
64
  },
65
  "tie_word_embeddings": false,
66
+ "transformers_version": "5.10.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.14.1"
7
  }
 
3
  "eos_token_id": 2,
4
  "max_length": 2048,
5
  "pad_token_id": 0,
6
+ "transformers_version": "5.10.1"
7
  }
recipe.yaml CHANGED
@@ -23,4 +23,3 @@ quant_stage:
23
  targets: [Linear]
24
  ignore: [lm_head]
25
  bypass_divisibility_checks: false
26
- requires_calibration_data: false
 
23
  targets: [Linear]
24
  ignore: [lm_head]
25
  bypass_divisibility_checks: false