Lilya commited on
Commit
42fbd09
·
1 Parent(s): 1415e82

Training in progress, step 3000

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2-ner-invoiceSenderRecipient_all_inv_03_01/checkpoint-33000",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForTokenClassification"
 
1
  {
2
+ "_name_or_path": "final_model_sender_recipient_gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForTokenClassification"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b09164bd2e6e7a3cd9665f21c2eaaa815166134d0be7e5be5d72666b1a35c902
3
  size 510415461
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05f44cbd51389dcbb055471a9a7d24dfc943d3fa6acb13d17b37ea734cc8547
3
  size 510415461
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "bos_token": "<|endoftext|>",
4
  "eos_token": "<|endoftext|>",
5
  "model_max_length": 1024,
6
- "name_or_path": "gpt2-ner-invoiceSenderRecipient_all_inv_03_01/checkpoint-33000",
7
  "special_tokens_map_file": null,
8
  "tokenizer_class": "GPT2Tokenizer",
9
  "unk_token": "<|endoftext|>"
 
3
  "bos_token": "<|endoftext|>",
4
  "eos_token": "<|endoftext|>",
5
  "model_max_length": 1024,
6
+ "name_or_path": "final_model_sender_recipient_gpt2",
7
  "special_tokens_map_file": null,
8
  "tokenizer_class": "GPT2Tokenizer",
9
  "unk_token": "<|endoftext|>"