GuysTrans commited on
Commit
2dff9c5
1 Parent(s): 8e5e909

End of training

Browse files
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.31.0"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:334045658752e4bd8761d2e5ab55f4a3bc2a3bfa9a6d504446f60ef38451245d
3
  size 891702929
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f651e335972c0e134388088a8b4fcf551f8431028c6124616beb0704bc2853
3
  size 891702929
runs/Jul29_12-33-33_0b61bbf7e5cb/events.out.tfevents.1690634026.0b61bbf7e5cb.641.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ddea735c4aa2cef1a67bd29f571c883220f2afbd226cc4fc0bb1d3d639a7cac
3
- size 52855
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3f56128372fb44fd4c4152694b9c5407c1390c6d5a7c0791f816a09c80cfa7c
3
+ size 58459
tokenizer.json CHANGED
@@ -2,11 +2,20 @@
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
  {
12
  "id": 0,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 2048,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 2048
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,