kenlkehl commited on
Commit
dd9b64d
·
verified ·
1 Parent(s): a16f4b8

Upload 5 files

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. model.safetensors +1 -1
  3. tokenizer.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 50281,
8
  "classifier_activation": "gelu",
9
  "classifier_bias": false,
10
  "classifier_dropout": 0.0,
@@ -12,8 +12,9 @@
12
  "cls_token_id": 50281,
13
  "decoder_bias": true,
14
  "deterministic_flash_attn": false,
 
15
  "embedding_dropout": 0.0,
16
- "eos_token_id": 50282,
17
  "global_attn_every_n_layers": 3,
18
  "global_rope_theta": 160000.0,
19
  "gradient_checkpointing": false,
@@ -48,7 +49,6 @@
48
  "sep_token_id": 50282,
49
  "sparse_pred_ignore_index": -100,
50
  "sparse_prediction": false,
51
- "torch_dtype": "float32",
52
- "transformers_version": "4.55.2",
53
  "vocab_size": 50368
54
  }
 
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
  "classifier_activation": "gelu",
9
  "classifier_bias": false,
10
  "classifier_dropout": 0.0,
 
12
  "cls_token_id": 50281,
13
  "decoder_bias": true,
14
  "deterministic_flash_attn": false,
15
+ "dtype": "float32",
16
  "embedding_dropout": 0.0,
17
+ "eos_token_id": null,
18
  "global_attn_every_n_layers": 3,
19
  "global_rope_theta": 160000.0,
20
  "gradient_checkpointing": false,
 
49
  "sep_token_id": 50282,
50
  "sparse_pred_ignore_index": -100,
51
  "sparse_prediction": false,
52
+ "transformers_version": "4.57.1",
 
53
  "vocab_size": 50368
54
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:779ccfe10c431f3001b890b8e2d6fba560cae4d26a2ecddc4fa84f55b1751246
3
  size 1583351632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e6c0c5ebd3bba51318860de9d9616574924815c58080fd1540e2aea79a94e43
3
  size 1583351632
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 2048,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 4096,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },