MichaelDoron commited on
Commit
daf8b9c
1 Parent(s): c35d908

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28884cd52f78d1f0b286bd4208274f7ec4b24d2684c7ef56230609fe7de50868
3
  size 1121565672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf96c780c3d439c56e170deb720387726bcc6853903e4967c3794c309cc296aa
3
  size 1121565672
runs/Jan22_11-04-56_gpu01-sensors-testing-0/events.out.tfevents.1705921500.gpu01-sensors-testing-0.229422.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d1a0a7b6647c9a6f4a7aa640677d967973d2df1f01d5dc59befca0299a32ef5
3
- size 35579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e517ed2460aa51a22550efc0edc26c35aef214293c8436c2d52b0be3c48603eb
3
+ size 45923
runs/Jan22_11-04-56_gpu01-sensors-testing-0/events.out.tfevents.1705923391.gpu01-sensors-testing-0.229422.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf3231b11684eb707c7c5f314bbfaac6ef34aad7273ec74d3fb82d3ca8a08e7
3
+ size 458
runs/Jan22_11-45-33_gpu01-sensors-testing-0/events.out.tfevents.1705923964.gpu01-sensors-testing-0.229422.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee260cc7348e2b0bc75ad538d4efcd6ddbf1e06697db8c5d63324c6776914681
3
+ size 21362
runs/Jan22_12-13-21_gpu01-sensors-testing-0/events.out.tfevents.1705925606.gpu01-sensors-testing-0.229422.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2441462252b2b10f1210fef3f3ebf1e493ae426b370911c756dc9bad82408b0c
3
+ size 8318
runs/Jan22_12-18-41_gpu01-sensors-testing-0/events.out.tfevents.1705925925.gpu01-sensors-testing-0.229422.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb3e5cc3f625a2fb3acea0c7902c5e78132de51c0248f56a2e084f1f559f5f9
3
+ size 8318
runs/Jan22_12-19-35_gpu01-sensors-testing-0/events.out.tfevents.1705925980.gpu01-sensors-testing-0.229422.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e56ce0f78b0924d3b8b381363c6253c6f62e4b8d4f9f7b12948af7fcdf4d59
3
+ size 8318
runs/Jan22_12-20-02_gpu01-sensors-testing-0/events.out.tfevents.1705926005.gpu01-sensors-testing-0.229422.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6449017626e1ea8abf6f4fc9753415d275cdccabbeaae24b55cde4c20de2d511
3
+ size 8316
runs/Jan22_12-20-17_gpu01-sensors-testing-0/events.out.tfevents.1705926021.gpu01-sensors-testing-0.229422.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b1561c220540a0b0ba490f91cf3e84141199de648c2e63d83a68d144e5c4049
3
+ size 8316
runs/Jan22_12-27-25_gpu01-sensors-testing-0/events.out.tfevents.1705926457.gpu01-sensors-testing-0.229422.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2b594ed9f7a6542e2184dbc31c1f88019aa0160d7629d53ab4089587b48d580
3
+ size 8473
special_tokens_map.json CHANGED
@@ -1,4 +1,5 @@
1
  {
2
  "bos_token": "[BOS]",
 
3
  "pad_token": "[PAD]"
4
  }
 
1
  {
2
  "bos_token": "[BOS]",
3
+ "eos_token": "[EOS]",
4
  "pad_token": "[PAD]"
5
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -2,6 +2,7 @@
2
  "added_tokens_decoder": {},
3
  "bos_token": "[BOS]",
4
  "clean_up_tokenization_spaces": true,
 
5
  "max_length": 512,
6
  "model_max_length": 1000000000000000019884624838656,
7
  "pad_token": "[PAD]",
 
2
  "added_tokens_decoder": {},
3
  "bos_token": "[BOS]",
4
  "clean_up_tokenization_spaces": true,
5
+ "eos_token": "[EOS]",
6
  "max_length": 512,
7
  "model_max_length": 1000000000000000019884624838656,
8
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:519ccf9d08aa9fe0f6cdb7f59ea53333b5aab4283fe70fedabf675b6c77c4190
3
  size 4411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3399ee43ec3a1882886b33898528225d9c9afb2e63c5646f11a66259290f7082
3
  size 4411