tiagoblima commited on
Commit
3334357
1 Parent(s): 83c8c3b

Training in progress, step 1000

Browse files
Files changed (3) hide show
  1. adapter_model.safetensors +1 -1
  2. tokenizer.json +16 -2
  3. training_args.bin +2 -2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01d4486df3aaa8bca4f81b725f0d53a8bb17c061c111934cf107e1780aba26c1
3
  size 141073944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9aaa95f7c66083a5d57b1885feabfb2f40ba0a10790b5fb1bea6e9a889585b
3
  size 141073944
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:3f99935673464c1e2e9c539f9eac14d2313869b77db12e574c3b41829f9e0316
3
- size 4411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f53d343cb788b496062d48bf7d31c71e49d2218938d4166491000fa09ad148
3
+ size 4856