has-abi commited on
Commit
398c1e4
1 Parent(s): fece874

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:e0543a7f0495fe9e2448c47280e91da3daa02741f8fe1ba53e6ff7dc20546383
3
  size 442577261
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7908e8675a3f2c409a78cf7888e88c83913e8d6a1609b05a9420e946fb02fb0f
3
  size 442577261
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:484cbc2ae28c9a3e8d9cc82c851d5ba5a6b504d7361441c8c86a40e1fcfedf61
3
  size 3247
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e8f540fbe32374df24cf5fd99b1b5b4358f8f11e26249a28aacc67be8d2428
3
  size 3247