Eurosmart commited on
Commit
1820c06
1 Parent(s): 01e8350

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,34 +1,26 @@
1
  {
2
- "_name_or_path": "google/bigbird-roberta-base",
3
  "architectures": [
4
- "BigBirdForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "attention_type": "block_sparse",
8
- "block_size": 64,
9
- "bos_token_id": 1,
10
  "classifier_dropout": null,
11
- "eos_token_id": 2,
12
  "gradient_checkpointing": false,
13
- "hidden_act": "gelu_new",
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "layer_norm_eps": 1e-12,
19
- "max_position_embeddings": 4096,
20
- "model_type": "big_bird",
21
  "num_attention_heads": 12,
22
  "num_hidden_layers": 12,
23
- "num_random_blocks": 3,
24
  "pad_token_id": 0,
25
  "position_embedding_type": "absolute",
26
- "rescale_embeddings": false,
27
- "sep_token_id": 66,
28
  "torch_dtype": "float32",
29
  "transformers_version": "4.39.3",
30
  "type_vocab_size": 2,
31
- "use_bias": true,
32
  "use_cache": true,
33
- "vocab_size": 50358
34
  }
 
1
  {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
  "architectures": [
4
+ "BertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
 
 
7
  "classifier_dropout": null,
 
8
  "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
14
  "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
 
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
 
 
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.39.3",
23
  "type_vocab_size": 2,
 
24
  "use_cache": true,
25
+ "vocab_size": 30522
26
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba39fafbba6789185624e6dc6a259dcc41cd2f00a9f1e1b5c3fdf48df957f1a4
3
- size 526438888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f679617b8be751568a477d84c8282d75b20f765c12e3cca99ba60ead68c123
3
+ size 435596088
runs/Jun04_08-52-05_cb7fc95f01c2/events.out.tfevents.1717491126.cb7fc95f01c2.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e295b9568e02cb715443be84feb300bc5573a8ae248c19b50fc688257d518f3
3
+ size 5100
special_tokens_map.json CHANGED
@@ -1,51 +1,7 @@
1
  {
2
- "bos_token": {
3
- "content": "</s>",
4
- "lstrip": false,
5
- "normalized": true,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "cls_token": {
10
- "content": "[CLS]",
11
- "lstrip": false,
12
- "normalized": true,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "eos_token": {
17
- "content": "<s>",
18
- "lstrip": false,
19
- "normalized": true,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "mask_token": {
24
- "content": "[MASK]",
25
- "lstrip": true,
26
- "normalized": true,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "pad_token": {
31
- "content": "<pad>",
32
- "lstrip": false,
33
- "normalized": true,
34
- "rstrip": false,
35
- "single_word": false
36
- },
37
- "sep_token": {
38
- "content": "[SEP]",
39
- "lstrip": false,
40
- "normalized": true,
41
- "rstrip": false,
42
- "single_word": false
43
- },
44
- "unk_token": {
45
- "content": "<unk>",
46
- "lstrip": false,
47
- "normalized": true,
48
- "rstrip": false,
49
- "single_word": false
50
- }
51
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,71 +1,55 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<pad>",
5
  "lstrip": false,
6
- "normalized": true,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
- "1": {
12
- "content": "</s>",
13
- "lstrip": false,
14
- "normalized": true,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "2": {
20
- "content": "<s>",
21
  "lstrip": false,
22
- "normalized": true,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
- "65": {
28
  "content": "[CLS]",
29
  "lstrip": false,
30
- "normalized": true,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "66": {
36
  "content": "[SEP]",
37
  "lstrip": false,
38
- "normalized": true,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
42
  },
43
- "67": {
44
  "content": "[MASK]",
45
- "lstrip": true,
46
- "normalized": true,
47
- "rstrip": false,
48
- "single_word": false,
49
- "special": true
50
- },
51
- "100": {
52
- "content": "<unk>",
53
  "lstrip": false,
54
- "normalized": true,
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
58
  }
59
  },
60
- "bos_token": "</s>",
61
  "clean_up_tokenization_spaces": true,
62
  "cls_token": "[CLS]",
63
- "eos_token": "<s>",
64
  "mask_token": "[MASK]",
65
- "model_max_length": 4096,
66
- "pad_token": "<pad>",
67
  "sep_token": "[SEP]",
68
- "sp_model_kwargs": {},
69
- "tokenizer_class": "BigBirdTokenizer",
70
- "unk_token": "<unk>"
 
71
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[PAD]",
5
  "lstrip": false,
6
+ "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "100": {
12
+ "content": "[UNK]",
 
 
 
 
 
 
 
 
13
  "lstrip": false,
14
+ "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "101": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
+ "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
+ "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "103": {
36
  "content": "[MASK]",
 
 
 
 
 
 
 
 
37
  "lstrip": false,
38
+ "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
42
  }
43
  },
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33fb19301f1bb67b2e0dec028b8534f2786bf87fa37843a15f706b696e788b57
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae07ad3e4e783a8e9354ccd830320148ad3d7d294a472e783772073d2ad19dbc
3
  size 4920
vocab.txt ADDED
The diff for this file is too large to render. See raw diff