nan-dre commited on
Commit
fb3dd03
1 Parent(s): ea47724

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +16 -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:adf2f357884b3e95415a74f834eebff951c9247e51cc860d4d995a817e5d7a32
3
  size 327701165
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fb925140ab0241c5866cb531029ff8da313abb52dcdd5e6f2935f164b76fb1a
3
  size 327701165
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": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
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:b2f6b1a7b0ebb480cb1e3634896c7b4e1ce7403430e5feaf1a363db54607fadd
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7f572d7b3adab2afb45941092e0faaa992235535277aa514767f3b499c33648
3
  size 3515