tiagoblima commited on
Commit
27d3481
1 Parent(s): 694c65f

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +16 -2
  3. training_args.bin +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12c0b57c1e517ccdbc00baffa92dfa21d20a91f6d2031b400df6d3896f96b9b6
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39a4d0d6ff1538bdf6191736ba3c3525ab7b6e181f8003435434853e0e945e91
3
  size 242041896
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": 30,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 30
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:2bd1e1d0846490b91d26a77728bfbb431bc758669300099784c7eb954d83eed9
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5335c55ec2e2c660a8517c271d7bf351a3a7863007968520d387fdb6cd048ec
3
+ size 4792