Geo commited on
Commit
5370423
1 Parent(s): aa6987d

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:88a09d27f0e2150b90fb63d842028092a0431b10937291b5726c7afac81b73ea
3
  size 711503665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:526f8deca6ffd7632128a8814c6566e3e0f7e3047d79e7a2095d01ac2cfcde51
3
  size 711503665
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:fc8db1100d16aafdd64f7f342086d5a9dbe1fee77f1e1e42d7c723bcf509c774
3
  size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39156190c1d7c18bd36c6008902323b5c09cb1b73cb4103adcc3a2ce9d6776d8
3
  size 4155