asquevedos commited on
Commit
b825b4c
1 Parent(s): f444b8f

Training in progress, epoch 1

Browse files
merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5da082d363804637112ff8ab43bb696bc6ecd7c90a8de60d53c074658f88b87d
3
  size 498969640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90121a304cea5c49f45782610966170b9328b98c036d56a25e1e046682149193
3
  size 498969640
special_tokens_map.json CHANGED
@@ -23,7 +23,7 @@
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
26
- "normalized": false,
27
  "rstrip": false,
28
  "single_word": false
29
  },
 
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
26
+ "normalized": true,
27
  "rstrip": false,
28
  "single_word": false
29
  },
tokenizer_config.json CHANGED
@@ -33,10 +33,10 @@
33
  "single_word": false,
34
  "special": true
35
  },
36
- "50264": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
- "normalized": false,
40
  "rstrip": false,
41
  "single_word": false,
42
  "special": true
@@ -48,9 +48,11 @@
48
  "eos_token": "</s>",
49
  "errors": "replace",
50
  "mask_token": "<mask>",
 
51
  "model_max_length": 512,
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
  "tokenizer_class": "RobertaTokenizer",
 
55
  "unk_token": "<unk>"
56
  }
 
33
  "single_word": false,
34
  "special": true
35
  },
36
+ "4": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
+ "normalized": true,
40
  "rstrip": false,
41
  "single_word": false,
42
  "special": true
 
48
  "eos_token": "</s>",
49
  "errors": "replace",
50
  "mask_token": "<mask>",
51
+ "max_len": 512,
52
  "model_max_length": 512,
53
  "pad_token": "<pad>",
54
  "sep_token": "</s>",
55
  "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
  "unk_token": "<unk>"
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7728fbea767b40bfa87438ca36cfb61584c6cf0d2c5158b4d6169b95c6300cb
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e663e1a6496a40c2d4c0e4f60b8508ee33dbb9497b6a65995041c983bdc55831
3
  size 4984
vocab.json CHANGED
The diff for this file is too large to render. See raw diff