claudiaspseabra-ua commited on
Commit
41fa2c1
·
verified ·
1 Parent(s): bb54117

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,10 @@
1
  {
2
- "add_cross_attention": false,
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": null,
8
  "classifier_dropout": null,
9
- "dtype": "float32",
10
- "eos_token_id": null,
11
  "gradient_checkpointing": false,
12
  "hidden_act": "gelu",
13
  "hidden_dropout_prob": 0.1,
@@ -25,7 +22,6 @@
25
  },
26
  "initializer_range": 0.02,
27
  "intermediate_size": 3072,
28
- "is_decoder": false,
29
  "label2id": {
30
  "B-LOC": 5,
31
  "B-MISC": 7,
@@ -44,9 +40,9 @@
44
  "num_hidden_layers": 12,
45
  "pad_token_id": 0,
46
  "position_embedding_type": "absolute",
47
- "tie_word_embeddings": true,
48
- "transformers_version": "5.6.2",
49
  "type_vocab_size": 2,
50
- "use_cache": false,
51
  "vocab_size": 28996
52
  }
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
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,
 
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
 
25
  "label2id": {
26
  "B-LOC": 5,
27
  "B-MISC": 7,
 
40
  "num_hidden_layers": 12,
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.36.0",
45
  "type_vocab_size": 2,
46
+ "use_cache": true,
47
  "vocab_size": 28996
48
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad53322184a39b957708da8a8abbd8da1fbe0a6e28506c3cf3f27a7fbef96bcf
3
- size 430929716
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:005eb316f42c4dd19515eee65c276381b0ae38879ff1160cf350b41f56fd6533
3
+ size 430929740
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
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
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -1,9 +1,49 @@
1
  {
2
- "backend": "tokenizers",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "cls_token": "[CLS]",
4
  "do_lower_case": false,
5
- "is_local": false,
6
- "local_files_only": false,
7
  "mask_token": "[MASK]",
8
  "model_max_length": 512,
9
  "pad_token": "[PAD]",
 
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": false,
 
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfee1bf57c4d225058c6a5cf2df2c93607193ad89aa82be73012894728d30197
3
- size 5329
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3636142cdbecd0c59eeaa4e74f01e7f339833fcf3b1b1c32894d29d602d7e23f
3
+ size 5137
vocab.txt ADDED
The diff for this file is too large to render. See raw diff