sugatoray commited on
Commit
9256ba9
1 Parent(s): d832e0f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +61 -61
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,84 +1,84 @@
1
  {
2
- "vocab_size": 32000,
3
- "max_position_embeddings": 32768,
4
- "hidden_size": 4096,
5
- "intermediate_size": 14336,
6
- "num_hidden_layers": 32,
7
- "num_attention_heads": 32,
8
- "sliding_window": 4096,
9
- "num_key_value_heads": 8,
10
- "hidden_act": "silu",
11
- "initializer_range": 0.02,
12
- "rms_norm_eps": 1e-05,
13
- "use_cache": true,
14
- "rope_theta": 10000.0,
15
  "attention_dropout": 0.0,
16
- "return_dict": true,
17
- "output_hidden_states": false,
18
- "output_attentions": false,
19
- "torchscript": false,
20
- "torch_dtype": "float16",
21
- "use_bfloat16": false,
22
- "tf_legacy_loss": false,
23
- "pruned_heads": {},
24
- "tie_word_embeddings": false,
25
  "chunk_size_feed_forward": 0,
26
- "is_encoder_decoder": false,
27
- "is_decoder": false,
28
  "cross_attention_hidden_size": null,
29
- "add_cross_attention": false,
30
- "tie_encoder_decoder": false,
31
- "max_length": 20,
32
- "min_length": 0,
33
  "do_sample": false,
34
  "early_stopping": false,
35
- "num_beams": 1,
36
- "num_beam_groups": 1,
37
- "diversity_penalty": 0.0,
38
- "temperature": 1.0,
39
- "top_k": 50,
40
- "top_p": 1.0,
41
- "typical_p": 1.0,
42
- "repetition_penalty": 1.0,
43
- "length_penalty": 1.0,
44
- "no_repeat_ngram_size": 0,
45
  "encoder_no_repeat_ngram_size": 0,
46
- "bad_words_ids": null,
47
- "num_return_sequences": 1,
48
- "output_scores": false,
49
- "return_dict_in_generate": false,
50
- "forced_bos_token_id": null,
51
- "forced_eos_token_id": null,
52
- "remove_invalid_values": false,
53
  "exponential_decay_length_penalty": null,
54
- "suppress_tokens": null,
55
- "begin_suppress_tokens": null,
56
- "architectures": [
57
- "MistralForCausalLM"
58
- ],
59
  "finetuning_task": null,
 
 
 
 
60
  "id2label": {
61
  "0": "LABEL_0",
62
  "1": "LABEL_1"
63
  },
 
 
 
 
64
  "label2id": {
65
  "LABEL_0": 0,
66
  "LABEL_1": 1
67
  },
68
- "tokenizer_class": null,
69
- "prefix": null,
70
- "bos_token_id": 1,
 
 
 
 
 
 
 
 
 
 
 
 
71
  "pad_token_id": null,
72
- "eos_token_id": 2,
73
- "sep_token_id": null,
74
- "decoder_start_token_id": null,
75
- "task_specific_params": null,
76
  "problem_type": null,
77
- "_name_or_path": "/Users/sugatoray/.cache/huggingface/hub/models--mlabonne--AlphaMonarch-7B/snapshots/83a587946ece206325bf07c3bf11134a7256feb0",
78
- "transformers_version": "4.38.1",
79
- "model_type": "mistral",
80
  "quantization": {
81
  "group_size": 64,
82
  "bits": 4
83
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  }
 
1
  {
2
+ "_name_or_path": "sugatoray/mlx-alphamonarch-7b-q4bits",
3
+ "add_cross_attention": false,
4
+ "architectures": [
5
+ "MistralForCausalLM"
6
+ ],
 
 
 
 
 
 
 
 
7
  "attention_dropout": 0.0,
8
+ "bad_words_ids": null,
9
+ "begin_suppress_tokens": null,
10
+ "bos_token_id": 1,
 
 
 
 
 
 
11
  "chunk_size_feed_forward": 0,
 
 
12
  "cross_attention_hidden_size": null,
13
+ "decoder_start_token_id": null,
14
+ "diversity_penalty": 0.0,
 
 
15
  "do_sample": false,
16
  "early_stopping": false,
 
 
 
 
 
 
 
 
 
 
17
  "encoder_no_repeat_ngram_size": 0,
18
+ "eos_token_id": 2,
 
 
 
 
 
 
19
  "exponential_decay_length_penalty": null,
 
 
 
 
 
20
  "finetuning_task": null,
21
+ "forced_bos_token_id": null,
22
+ "forced_eos_token_id": null,
23
+ "hidden_act": "silu",
24
+ "hidden_size": 4096,
25
  "id2label": {
26
  "0": "LABEL_0",
27
  "1": "LABEL_1"
28
  },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 14336,
31
+ "is_decoder": false,
32
+ "is_encoder_decoder": false,
33
  "label2id": {
34
  "LABEL_0": 0,
35
  "LABEL_1": 1
36
  },
37
+ "length_penalty": 1.0,
38
+ "max_length": 20,
39
+ "max_position_embeddings": 32768,
40
+ "min_length": 0,
41
+ "model_type": "mistral",
42
+ "no_repeat_ngram_size": 0,
43
+ "num_attention_heads": 32,
44
+ "num_beam_groups": 1,
45
+ "num_beams": 1,
46
+ "num_hidden_layers": 32,
47
+ "num_key_value_heads": 8,
48
+ "num_return_sequences": 1,
49
+ "output_attentions": false,
50
+ "output_hidden_states": false,
51
+ "output_scores": false,
52
  "pad_token_id": null,
53
+ "prefix": null,
 
 
 
54
  "problem_type": null,
55
+ "pruned_heads": {},
 
 
56
  "quantization": {
57
  "group_size": 64,
58
  "bits": 4
59
+ },
60
+ "remove_invalid_values": false,
61
+ "repetition_penalty": 1.0,
62
+ "return_dict": true,
63
+ "return_dict_in_generate": false,
64
+ "rms_norm_eps": 1e-05,
65
+ "rope_theta": 10000.0,
66
+ "sep_token_id": null,
67
+ "sliding_window": 4096,
68
+ "suppress_tokens": null,
69
+ "task_specific_params": null,
70
+ "temperature": 1.0,
71
+ "tf_legacy_loss": false,
72
+ "tie_encoder_decoder": false,
73
+ "tie_word_embeddings": false,
74
+ "tokenizer_class": null,
75
+ "top_k": 50,
76
+ "top_p": 1.0,
77
+ "torch_dtype": "float16",
78
+ "torchscript": false,
79
+ "transformers_version": "4.38.1",
80
+ "typical_p": 1.0,
81
+ "use_bfloat16": false,
82
+ "use_cache": true,
83
+ "vocab_size": 32000
84
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8063de89b6c6f175d65bec9768d8673b20434d05912a2d1af2fabde1e083a2e2
3
- size 4262357044
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9313a3e875b4a5f5aa4a07937672982a3cfa5fc4f00901a6e754075b8bf2733a
3
+ size 4262357056