Hjgugugjhuhjggg commited on
Commit
c64618e
·
verified ·
1 Parent(s): d12ed1f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +100 -0
config.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": false,
3
+ "add_cross_attention": false,
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bad_words_ids": null,
10
+ "begin_suppress_tokens": null,
11
+ "bos_token_id": 1,
12
+ "chunk_size_feed_forward": 0,
13
+ "cross_attention_hidden_size": null,
14
+ "decoder_start_token_id": null,
15
+ "diversity_penalty": 0.0,
16
+ "do_sample": false,
17
+ "early_stopping": false,
18
+ "encoder_no_repeat_ngram_size": 0,
19
+ "eos_token_id": 2,
20
+ "exponential_decay_length_penalty": null,
21
+ "finetuning_task": null,
22
+ "forced_bos_token_id": null,
23
+ "forced_eos_token_id": null,
24
+ "head_dim": 64,
25
+ "hidden_act": "silu",
26
+ "hidden_size": 576,
27
+ "id2label": {
28
+ "0": "LABEL_0",
29
+ "1": "LABEL_1"
30
+ },
31
+ "initializer_range": 0.041666666666666664,
32
+ "intermediate_size": 1536,
33
+ "is_decoder": false,
34
+ "is_encoder_decoder": false,
35
+ "is_llama_config": true,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1
39
+ },
40
+ "length_penalty": 1.0,
41
+ "max_length": 20,
42
+ "max_position_embeddings": 8192,
43
+ "min_length": 0,
44
+ "mlp_bias": false,
45
+ "model_type": "llama",
46
+ "no_repeat_ngram_size": 0,
47
+ "num_attention_heads": 9,
48
+ "num_beam_groups": 1,
49
+ "num_beams": 1,
50
+ "num_hidden_layers": 30,
51
+ "num_key_value_heads": 3,
52
+ "num_return_sequences": 1,
53
+ "output_attentions": false,
54
+ "output_hidden_states": false,
55
+ "output_scores": false,
56
+ "pad_token_id": 2,
57
+ "prefix": null,
58
+ "pretraining_tp": 1,
59
+ "problem_type": null,
60
+ "pruned_heads": {},
61
+ "quantization": {
62
+ "group_size": 64,
63
+ "bits": 2
64
+ },
65
+ "quantization_config": {
66
+ "group_size": 64,
67
+ "bits": 2
68
+ },
69
+ "remove_invalid_values": false,
70
+ "repetition_penalty": 1.0,
71
+ "return_dict": true,
72
+ "return_dict_in_generate": false,
73
+ "rms_norm_eps": 1e-05,
74
+ "rope_interleaved": false,
75
+ "rope_scaling": null,
76
+ "rope_theta": 100000,
77
+ "sep_token_id": null,
78
+ "suppress_tokens": null,
79
+ "task_specific_params": null,
80
+ "temperature": 1.0,
81
+ "tf_legacy_loss": false,
82
+ "tie_encoder_decoder": false,
83
+ "tie_word_embeddings": true,
84
+ "tokenizer_class": null,
85
+ "top_k": 50,
86
+ "top_p": 1.0,
87
+ "torch_dtype": "float32",
88
+ "torchscript": false,
89
+ "transformers.js_config": {
90
+ "kv_cache_dtype": {
91
+ "fp16": "float16",
92
+ "q4f16": "float16"
93
+ }
94
+ },
95
+ "transformers_version": "4.47.1",
96
+ "typical_p": 1.0,
97
+ "use_bfloat16": false,
98
+ "use_cache": true,
99
+ "vocab_size": 49152
100
+ }