root39058 commited on
Commit
fcf5696
·
verified ·
1 Parent(s): 67e672f

feat: Initial upload of OpenAirAI-Bear-2026

Browse files
Files changed (3) hide show
  1. config.json +16 -5
  2. model.safetensors +2 -2
  3. tokenizer.json +16 -2
config.json CHANGED
@@ -1,20 +1,31 @@
1
  {
2
  "activation_function": "gelu_new",
3
  "add_cross_attention": false,
 
 
 
4
  "attn_pdrop": 0.1,
5
- "bos_token_id": 50256,
 
6
  "embd_pdrop": 0.1,
7
  "eos_token_id": 2,
 
 
 
 
8
  "initializer_range": 0.02,
 
 
 
9
  "layer_norm_epsilon": 1e-05,
10
  "model_type": "gpt2",
11
- "n_ctx": 512,
12
  "n_embd": 768,
13
  "n_head": 12,
14
  "n_inner": null,
15
  "n_layer": 12,
16
- "n_positions": 512,
17
- "pad_token_id": 2,
18
  "reorder_and_upcast_attn": false,
19
  "resid_pdrop": 0.1,
20
  "scale_attn_by_inverse_layer_idx": false,
@@ -27,5 +38,5 @@
27
  "tie_word_embeddings": true,
28
  "transformers_version": "5.13.1",
29
  "use_cache": false,
30
- "vocab_size": 50257
31
  }
 
1
  {
2
  "activation_function": "gelu_new",
3
  "add_cross_attention": false,
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
  "attn_pdrop": 0.1,
8
+ "bos_token_id": 1,
9
+ "dtype": "float32",
10
  "embd_pdrop": 0.1,
11
  "eos_token_id": 2,
12
+ "gradient_checkpointing": false,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
  "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
  "layer_norm_epsilon": 1e-05,
21
  "model_type": "gpt2",
22
+ "n_ctx": 2048,
23
  "n_embd": 768,
24
  "n_head": 12,
25
  "n_inner": null,
26
  "n_layer": 12,
27
+ "n_positions": 2048,
28
+ "pad_token_id": 0,
29
  "reorder_and_upcast_attn": false,
30
  "resid_pdrop": 0.1,
31
  "scale_attn_by_inverse_layer_idx": false,
 
38
  "tie_word_embeddings": true,
39
  "transformers_version": "5.13.1",
40
  "use_cache": false,
41
+ "vocab_size": 50264
42
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d480268621eb7121050db9440cce183fb0aca52234761bda7e23a4642c9d388
3
- size 650591024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2183d1e86c100463128d804fe5ac4df368e77f4055e2b4dadc1fc2c0d0cfa38a
3
+ size 655352624
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Left",
5
+ "max_length": 256,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
12
+ },
13
+ "direction": "Left",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 2,
16
+ "pad_type_id": 0,
17
+ "pad_token": "</s>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,