ToToKr commited on
Commit
2af564a
1 Parent(s): 26cf1e7

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +2 -16
  4. training_args.bin +2 -2
config.json CHANGED
@@ -27,7 +27,7 @@
27
  "sep_token_id": 3,
28
  "tokenizer_class": "BertTokenizer",
29
  "torch_dtype": "float32",
30
- "transformers_version": "4.18.0",
31
  "type_vocab_size": 2,
32
  "use_bias": true,
33
  "use_cache": true,
27
  "sep_token_id": 3,
28
  "tokenizer_class": "BertTokenizer",
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.19.2",
31
  "type_vocab_size": 2,
32
  "use_bias": true,
33
  "use_cache": true,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c57411a4e6c6fa4ef4ed894509c8ac2bcf886451444343ffb40f1d0a278f8c1d
3
  size 471656101
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36c395b334829a3f077525df1ee6280cc56f2713b1aa122934750d01fb7fcfd0
3
  size 471656101
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "OnlySecond",
7
- "stride": 200
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,
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1cc0afbd83f57dd1de99451a4113a699aea57cac0acfc900ff8908aca3e92f2
3
- size 3119
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:888f8b3e016fbec02145ff68cd12e3d8a7b102ea77c4686aca25481593e1c3eb
3
+ size 3247