AntoineD commited on
Commit
08e8747
1 Parent(s): c3c20a5

Training in progress, epoch 1

Browse files
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ced0d31c14deb9467dfd61daa41f2f85abeb62040f86010238711a4a92c4b27
3
  size 5183193
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6188f71d303e77b447069d9338d6604dc3e17430815f2022b430dbb620dc0a
3
  size 5183193
special_tokens_map.json CHANGED
@@ -1,7 +1,12 @@
1
  {
2
  "additional_special_tokens": [
3
  "<s>NOTUSED",
4
- "</s>NOTUSED"
 
 
 
 
 
5
  ],
6
  "bos_token": "<s>",
7
  "cls_token": "<s>",
 
1
  {
2
  "additional_special_tokens": [
3
  "<s>NOTUSED",
4
+ "<pad>",
5
+ "</s>NOTUSED",
6
+ "<unk>",
7
+ "<s>",
8
+ "</s>",
9
+ "<mask>"
10
  ],
11
  "bos_token": "<s>",
12
  "cls_token": "<s>",
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -51,7 +51,7 @@
51
  "32004": {
52
  "content": "<mask>",
53
  "lstrip": true,
54
- "normalized": true,
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
@@ -59,7 +59,12 @@
59
  },
60
  "additional_special_tokens": [
61
  "<s>NOTUSED",
62
- "</s>NOTUSED"
 
 
 
 
 
63
  ],
64
  "bos_token": "<s>",
65
  "clean_up_tokenization_spaces": true,
 
51
  "32004": {
52
  "content": "<mask>",
53
  "lstrip": true,
54
+ "normalized": false,
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
 
59
  },
60
  "additional_special_tokens": [
61
  "<s>NOTUSED",
62
+ "<pad>",
63
+ "</s>NOTUSED",
64
+ "<unk>",
65
+ "<s>",
66
+ "</s>",
67
+ "<mask>"
68
  ],
69
  "bos_token": "<s>",
70
  "clean_up_tokenization_spaces": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4168ae72f59751e06643e43a47fd86218f32447c5cb2f913bca22da660922ac8
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f59d50a0835245764511b1e3ccbc563f54303d37979d95721ec481c0a0df819b
3
  size 4091