irenema commited on
Commit
c712e21
1 Parent(s): b79ec69

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:133091adac27ccf958ad40a4376012b7dbce3d4996e19e55cd79550ba9e002bd
3
  size 433279996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7cbcb6cb23d970fb084fce4f58cf8cfbcb860dec9b00e3adf91875a606d0695
3
  size 433279996
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": "LongestFirst",
7
+ "stride": 0
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:0c7523fffaa234e521c5291e1598484d2b55a3b803bb77ab539626db73a1937c
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9733cdffde84a2c7189e34264f1072fcf85aeee51142da5677cd174a836cd222
3
  size 4219