olonok commited on
Commit
eb64a0b
1 Parent(s): 00832ee

End of training

Browse files
logs/events.out.tfevents.1704321726.5875ac382f9b.26.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e504ea97794bf352fef2e1fdf6d064f3a5fd1c5e893ef78d55fb58e14134f5e
3
- size 6060
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0b0e14592676c1b965a43884685f4b815b8dc5186e174bcffecfc80bc47e9f
3
+ size 6571
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fceaed3a76c7f18e4c16492be8f8ed495cfdaf3e4d31bfbfbd0c53efde1ac99f
3
  size 990345064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d70b4c05924bb3354122595508d0af890b4ca9fad69ea22144394d578658780
3
  size 990345064
special_tokens_map.json CHANGED
@@ -101,25 +101,7 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": {
105
- "content": "</s>",
106
- "lstrip": false,
107
- "normalized": false,
108
- "rstrip": false,
109
- "single_word": false
110
- },
111
- "pad_token": {
112
- "content": "<pad>",
113
- "lstrip": false,
114
- "normalized": false,
115
- "rstrip": false,
116
- "single_word": false
117
- },
118
- "unk_token": {
119
- "content": "<unk>",
120
- "lstrip": false,
121
- "normalized": false,
122
- "rstrip": false,
123
- "single_word": false
124
- }
125
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": "</s>",
105
+ "pad_token": "<pad>",
106
+ "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
tokenizer_config.json CHANGED
@@ -930,16 +930,9 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
- "max_length": 3,
934
  "model_max_length": 512,
935
- "pad_to_multiple_of": null,
936
  "pad_token": "<pad>",
937
- "pad_token_type_id": 0,
938
- "padding_side": "right",
939
  "sp_model_kwargs": {},
940
- "stride": 0,
941
  "tokenizer_class": "T5Tokenizer",
942
- "truncation_side": "right",
943
- "truncation_strategy": "longest_first",
944
  "unk_token": "<unk>"
945
  }
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 512,
 
934
  "pad_token": "<pad>",
 
 
935
  "sp_model_kwargs": {},
 
936
  "tokenizer_class": "T5Tokenizer",
 
 
937
  "unk_token": "<unk>"
938
  }