njvdnbus commited on
Commit
e287a85
1 Parent(s): 8517e80

update model

Browse files

higher performance on testset: F1 score = 86.849

config.json CHANGED
@@ -54,7 +54,7 @@
54
  }
55
  },
56
  "torch_dtype": "float32",
57
- "transformers_version": "4.27.4",
58
  "use_cache": true,
59
  "vocab_size": 32128
60
  }
 
54
  }
55
  },
56
  "torch_dtype": "float32",
57
+ "transformers_version": "4.28.0",
58
  "use_cache": true,
59
  "vocab_size": 32128
60
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
- "transformers_version": "4.27.4"
6
  }
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
+ "transformers_version": "4.28.0"
6
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a278145f7040715743338a929e4fda308433740372c54030f61218f712520fd
3
  size 2950848513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e45c3c524bd6ab1b49a0987a150cd215ee09e6efd68e6e67dcbc6badcbcb04
3
  size 2950848513
tokenizer_config.json CHANGED
@@ -101,11 +101,11 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
 
104
  "eos_token": "</s>",
105
  "extra_ids": 100,
106
  "model_max_length": 512,
107
  "pad_token": "<pad>",
108
- "special_tokens_map_file": null,
109
  "tokenizer_class": "T5Tokenizer",
110
  "unk_token": "<unk>"
111
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
107
  "model_max_length": 512,
108
  "pad_token": "<pad>",
 
109
  "tokenizer_class": "T5Tokenizer",
110
  "unk_token": "<unk>"
111
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:316902472783fe9727bc1c68cb069af8a41d4350194a299e85a0d69c5e0e3f30
3
  size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b11bae377aa13b60c05ae90ecb0a3440ff74350ce7899ed1c3f7fb58a27392
3
  size 3707