lucaordronneau commited on
Commit
6e9d67a
1 Parent(s): 5ba2c68

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +9 -2
  3. training_args.bin +1 -1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cd28a0a57267ccccb056a9ba196456af288c75fdba1ac31adcd29e4e56bb6d5
3
  size 267863153
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fba28def6ad94281fe75f4bc5d5edbba74b4bea51ac79f5e54f08addee129f61
3
  size 267863153
tokenizer.json CHANGED
@@ -2,11 +2,18 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 225,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49fd26096f0affa325a29e8a796bdcbd1600588c2ca7109f57bfa13e934280ee
3
  size 3119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5efd0315568e889af40d3ec7b9cb5dd6b30ab1bd21187170136be6835f6da2ae
3
  size 3119