has-abi commited on
Commit
8422909
1 Parent(s): 1e3cc90

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +16 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -49,6 +49,6 @@
49
  "sinusoidal_pos_embds": false,
50
  "tie_weights_": true,
51
  "torch_dtype": "float32",
52
- "transformers_version": "4.20.1",
53
  "vocab_size": 33407
54
  }
 
49
  "sinusoidal_pos_embds": false,
50
  "tie_weights_": true,
51
  "torch_dtype": "float32",
52
+ "transformers_version": "4.21.1",
53
  "vocab_size": 33407
54
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea4b56a8b77808f93c5ceefb2727af9944aa92c0a82f5a7962ae50b0cf8c53c0
3
  size 276747761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33f5feb176e7fe43102e7a9244450b6c7c5376339920fb240e0d90c5a831ac86
3
  size 276747761
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:03a67aa5e951379427f49f56e2615b1af26aea60cc5443d53a05528852d09d7f
3
  size 3375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a537d5df1673a77d5d6fb7a7136057aa8e81d9d974ec8514929305972de7f782
3
  size 3375