Aboalikara3et commited on
Commit
765dafd
·
verified ·
1 Parent(s): f7a0ee4

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -84
config.json DELETED
@@ -1,84 +0,0 @@
1
- {
2
- "vocab_size": 151936,
3
- "max_position_embeddings": 32768,
4
- "hidden_size": 896,
5
- "intermediate_size": 4864,
6
- "num_hidden_layers": 24,
7
- "num_attention_heads": 14,
8
- "use_sliding_window": false,
9
- "sliding_window": null,
10
- "max_window_layers": 21,
11
- "num_key_value_heads": 2,
12
- "hidden_act": "silu",
13
- "initializer_range": 0.02,
14
- "rms_norm_eps": 1e-06,
15
- "use_cache": true,
16
- "rope_theta": 1000000.0,
17
- "rope_scaling": null,
18
- "attention_dropout": 0.0,
19
- "return_dict": true,
20
- "output_hidden_states": false,
21
- "output_attentions": false,
22
- "torchscript": false,
23
- "torch_dtype": "bfloat16",
24
- "use_bfloat16": false,
25
- "tf_legacy_loss": false,
26
- "pruned_heads": {},
27
- "tie_word_embeddings": true,
28
- "chunk_size_feed_forward": 0,
29
- "is_encoder_decoder": false,
30
- "is_decoder": false,
31
- "cross_attention_hidden_size": null,
32
- "add_cross_attention": false,
33
- "tie_encoder_decoder": false,
34
- "max_length": 20,
35
- "min_length": 0,
36
- "do_sample": false,
37
- "early_stopping": false,
38
- "num_beams": 1,
39
- "num_beam_groups": 1,
40
- "diversity_penalty": 0.0,
41
- "temperature": 1.0,
42
- "top_k": 50,
43
- "top_p": 1.0,
44
- "typical_p": 1.0,
45
- "repetition_penalty": 1.0,
46
- "length_penalty": 1.0,
47
- "no_repeat_ngram_size": 0,
48
- "encoder_no_repeat_ngram_size": 0,
49
- "bad_words_ids": null,
50
- "num_return_sequences": 1,
51
- "output_scores": false,
52
- "return_dict_in_generate": false,
53
- "forced_bos_token_id": null,
54
- "forced_eos_token_id": null,
55
- "remove_invalid_values": false,
56
- "exponential_decay_length_penalty": null,
57
- "suppress_tokens": null,
58
- "begin_suppress_tokens": null,
59
- "architectures": [
60
- "Qwen2ForCausalLM"
61
- ],
62
- "finetuning_task": null,
63
- "id2label": {
64
- "0": "LABEL_0",
65
- "1": "LABEL_1"
66
- },
67
- "label2id": {
68
- "LABEL_0": 0,
69
- "LABEL_1": 1
70
- },
71
- "tokenizer_class": null,
72
- "prefix": null,
73
- "bos_token_id": 151643,
74
- "pad_token_id": null,
75
- "eos_token_id": 151645,
76
- "sep_token_id": null,
77
- "decoder_start_token_id": null,
78
- "task_specific_params": null,
79
- "problem_type": null,
80
- "_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
81
- "_attn_implementation_autoset": true,
82
- "transformers_version": "4.47.1",
83
- "model_type": "qwen2"
84
- }