oceanpty commited on
Commit
0437fd6
1 Parent(s): 5dc312f

Delete chechpoint

Browse files
Files changed (1) hide show
  1. chechpoint +0 -46
chechpoint DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "_name_or_path": "/mnt/2050data/public/ckpt/haiye/llms/Meta-Llama-3.1-8B-Instruct",
3
- "architectures": [
4
- "LlamaForSequenceClassification"
5
- ],
6
- "attention_bias": false,
7
- "attention_dropout": 0.0,
8
- "bos_token_id": 128000,
9
- "eos_token_id": [
10
- 128001,
11
- 128008,
12
- 128009
13
- ],
14
- "hidden_act": "silu",
15
- "hidden_size": 4096,
16
- "id2label": {
17
- "0": "LABEL_0"
18
- },
19
- "initializer_range": 0.02,
20
- "intermediate_size": 14336,
21
- "label2id": {
22
- "LABEL_0": 0
23
- },
24
- "max_position_embeddings": 131072,
25
- "mlp_bias": false,
26
- "model_type": "llama",
27
- "num_attention_heads": 32,
28
- "num_hidden_layers": 32,
29
- "num_key_value_heads": 8,
30
- "pad_token_id": 128256,
31
- "pretraining_tp": 1,
32
- "rms_norm_eps": 1e-05,
33
- "rope_scaling": {
34
- "factor": 8.0,
35
- "high_freq_factor": 4.0,
36
- "low_freq_factor": 1.0,
37
- "original_max_position_embeddings": 8192,
38
- "rope_type": "llama3"
39
- },
40
- "rope_theta": 500000.0,
41
- "tie_word_embeddings": false,
42
- "torch_dtype": "bfloat16",
43
- "transformers_version": "4.43.4",
44
- "use_cache": false,
45
- "vocab_size": 128257
46
- }