avurity commited on
Commit
8d96a3b
1 Parent(s): 1c4ba04

Training in progress, step 500

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:75b6c10b4846036e268dee1aa3c4b6916ca9dd3bc4a0462f7bebc92387243139
3
  size 503824749
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab1bdcf9a7a8570b3142c96bac966eb7802c1d44fdb5b2b243ff8f5967b5d1e
3
  size 503824749
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": 1,
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:55a1af23917e5f72a0be2bbf994b47558546462d4c4c88d7731bd8589de7fb85
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84109b21b1cde7039599b764c220e77c6b3cf9852720ebee48319390d02dab57
3
  size 4091