cmcmaster commited on
Commit
88b6ee6
·
verified ·
1 Parent(s): 9a7960d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +83 -83
config.json CHANGED
@@ -1,85 +1,85 @@
1
  {
2
- "add_cross_attention": false,
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
- "attention_bias": false,
7
- "attention_dropout": 0,
8
- "bad_words_ids": null,
9
- "begin_suppress_tokens": null,
10
- "bos_token_id": 128000,
11
- "chunk_size_feed_forward": 0,
12
- "cross_attention_hidden_size": null,
13
- "decoder_start_token_id": null,
14
- "diversity_penalty": 0,
15
- "do_sample": false,
16
- "early_stopping": false,
17
- "encoder_no_repeat_ngram_size": 0,
18
- "eos_token_id": 128001,
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,
38
- "max_length": 20,
39
- "max_position_embeddings": 8192,
40
- "min_length": 0,
41
- "model_type": "llama",
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
- "pretraining_tp": 1,
55
- "problem_type": null,
56
- "pruned_heads": {},
57
- "quantization": {
58
- "group_size": 64,
59
- "bits": 4
60
- },
61
- "remove_invalid_values": false,
62
- "repetition_penalty": 1,
63
- "return_dict": true,
64
- "return_dict_in_generate": false,
65
- "rms_norm_eps": 0.00001,
66
- "rope_scaling": null,
67
- "rope_theta": 500000,
68
- "sep_token_id": null,
69
- "suppress_tokens": null,
70
- "task_specific_params": null,
71
- "temperature": 1,
72
- "tf_legacy_loss": false,
73
- "tie_encoder_decoder": false,
74
- "tie_word_embeddings": false,
75
- "tokenizer_class": null,
76
- "top_k": 50,
77
- "top_p": 1,
78
- "torch_dtype": "bfloat16",
79
- "torchscript": false,
80
- "transformers_version": "4.40.0",
81
- "typical_p": 1,
82
- "use_bfloat16": false,
83
- "use_cache": true,
84
- "vocab_size": 128256
85
  }
 
1
  {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bad_words_ids": null,
9
+ "begin_suppress_tokens": null,
10
+ "bos_token_id": 128000,
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": 128001,
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": 8192,
40
+ "min_length": 0,
41
+ "model_type": "llama",
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
+ "pretraining_tp": 1,
55
+ "problem_type": null,
56
+ "pruned_heads": {},
57
+ "quantization": {
58
+ "group_size": 64,
59
+ "bits": 4
60
+ },
61
+ "remove_invalid_values": false,
62
+ "repetition_penalty": 1.0,
63
+ "return_dict": true,
64
+ "return_dict_in_generate": false,
65
+ "rms_norm_eps": 1e-05,
66
+ "rope_scaling": null,
67
+ "rope_theta": 500000.0,
68
+ "sep_token_id": null,
69
+ "suppress_tokens": null,
70
+ "task_specific_params": null,
71
+ "temperature": 1.0,
72
+ "tf_legacy_loss": false,
73
+ "tie_encoder_decoder": false,
74
+ "tie_word_embeddings": false,
75
+ "tokenizer_class": null,
76
+ "top_k": 50,
77
+ "top_p": 1.0,
78
+ "torch_dtype": "bfloat16",
79
+ "torchscript": false,
80
+ "transformers_version": "4.40.0",
81
+ "typical_p": 1.0,
82
+ "use_bfloat16": false,
83
+ "use_cache": true,
84
+ "vocab_size": 128256
85
  }