aatherton2024 commited on
Commit
a7e4cdd
1 Parent(s): 5ca4779

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +14 -2
  3. training_args.bin +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f25516938bb845f73357ec5deb26e3f1e5af2354ed75af66f4d2a9a1f87fe54c
3
  size 242071641
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c607fa8f25e96c1b5d5ce4064d53ae14be9cdf72680ae901d62dcc06349137b0
3
  size 242071641
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a884c9d4c7d135b69f6839477be7249a45e9356a9626fb229867e6246812ddf
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83981c50f2d88a3e886487b2260b4fac69189724111d0f0e62b0a59c9f5d8968
3
  size 4219