Tural commited on
Commit
e1a8f2d
·
1 Parent(s): b2fe532

Training in progress, step 500

Browse files
added_tokens.json CHANGED
@@ -1,7 +1,8 @@
1
  {
2
- "[CLS]": 101,
3
- "[MASK]": 103,
4
- "[PAD]": 0,
5
- "[SEP]": 102,
6
- "[UNK]": 100
 
7
  }
 
1
  {
2
+ "[CLS]": 2,
3
+ "[FRN]": 5,
4
+ "[MASK]": 4,
5
+ "[PAD]": 1,
6
+ "[SEP]": 3,
7
+ "[UNK]": 0
8
  }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "Tural/language-modeling-from-scratch-ml",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55be836b8c3805eda54affc7bc3d51a18169b0d0f75c57d6c2615fe9af67d084
3
- size 438006577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:182b99770bc77bf0c4b8adfc17cd66678c4b19214ca5449fbac3c0ef8d597f45
3
+ size 438007022
special_tokens_map.json CHANGED
@@ -1,4 +1,12 @@
1
  {
 
 
 
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
 
1
  {
2
+ "additional_special_tokens": [
3
+ "[UNK]",
4
+ "[PAD]",
5
+ "[CLS]",
6
+ "[SEP]",
7
+ "[MASK]",
8
+ "[FRN]"
9
+ ],
10
  "cls_token": "[CLS]",
11
  "mask_token": "[MASK]",
12
  "pad_token": "[PAD]",
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,22 +1,22 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "[PAD]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
- "100": {
12
- "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "101": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,21 +32,36 @@
32
  "single_word": false,
33
  "special": true
34
  },
35
- "103": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
 
 
 
 
 
 
 
 
42
  }
43
  },
44
- "additional_special_tokens": [],
 
 
 
 
 
 
 
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
- "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[UNK]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "1": {
12
+ "content": "[PAD]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "2": {
20
  "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
 
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "4": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
42
+ },
43
+ "5": {
44
+ "content": "[FRN]",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
  }
51
  },
52
+ "additional_special_tokens": [
53
+ "[UNK]",
54
+ "[PAD]",
55
+ "[CLS]",
56
+ "[SEP]",
57
+ "[MASK]",
58
+ "[FRN]"
59
+ ],
60
  "clean_up_tokenization_spaces": true,
61
  "cls_token": "[CLS]",
62
  "do_lower_case": true,
63
  "mask_token": "[MASK]",
64
+ "model_max_length": 1000000000000000019884624838656,
65
  "pad_token": "[PAD]",
66
  "sep_token": "[SEP]",
67
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:760016632cb210f9a310352867c0b6186e6d6c39e0c20094f2eb11d0469e0643
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67c005e8e5159b881ed8be646200a06f1edb75d4bf9945432c5fa59b921a6156
3
+ size 4600
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff