asude55 commited on
Commit
2fa8cee
1 Parent(s): 90ca68f

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +16 -2
  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:da055c24209e877df27e5e575a71d536a0e1990a762a1b80d2f37a8e15976b12
3
  size 442499064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ec4c43adaad04279a0f519bcfa1997b6f4195a6470f319379006f1510ab317f
3
  size 442499064
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
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": {
11
+ "Fixed": 128
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d743a8aeb6bc42a2fa7692f764d148912d54561f9194f417c2aeba18fad4d5f
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7be7d1cd876547910c0877f637df964c0cbc2f9de0d292ca0fd7328218c2218
3
  size 4984