qualis2006 commited on
Commit
4d7a094
1 Parent(s): 890086c

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +7 -5
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92d3cc1bd7303a3b87192593e8ff7df88d964ca66342ebb5ab6d462068cf70d4
3
  size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75eacc2a1836b54c1232b9a481fef3da0e30e98e1558a528f3e950b6dff13a9
3
  size 430929740
tokenizer.json CHANGED
@@ -1,12 +1,14 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
 
 
4
  "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
 
8
  },
9
- "padding": null,
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
  "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "[PAD]"
11
  },
 
12
  "added_tokens": [
13
  {
14
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c6d88651e2cda64ceb42d3728ff823d4875de119c6735afb492b36d8fe5a9a2
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e53fa391d317f4cca5e654f7203266e693c3097a819f953ebe14508175df88
3
  size 4664