tiagoblima commited on
Commit
7ae7b66
1 Parent(s): 6111831

Training in progress, epoch 1

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:9c47c715ada541d5e375c541efd3c67ae80c0df4225877f007334b4d6e1f1292
3
  size 141073944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f1bea4def70b0a62e7a9f1be2a2621e1e90f41498055780869660ba66f91e7
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:bc5f3f6012032f58fe10b7a3036656672f1bf8477fffd549ed362a84256b3d9a
3
- size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:547259e7390b0b6e4a35b1d079d20c746320a7d4465f881bfe0059dc31594727
3
+ size 4347