Jose-Ribeir commited on
Commit
1364813
1 Parent(s): 98a8469

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:c42172bb82aa6767ec8d3a4e0924060d9d723b06f5e478840cb6a38329fef400
3
  size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da7ebd6e6ca3cfe0980bdc06256e64dad2feb3b86e40e0dc2dc968b949e35f77
3
  size 265470032
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": 512,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
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:15175710fda4c5ca0c93519ee915df69664d4f2cfa576f5e1e037fa28992c76f
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc979162d54729014edc387935a06ee29a331120e3f1ec66f28731b9d5340ea6
3
  size 4984