LovenOO commited on
Commit
0ffaf56
1 Parent(s): a4677bf

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -9,59 +9,37 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Population and Society",
13
- "1": "Children Education and Skills",
14
- "2": "Gaps",
15
- "3": "Covid",
16
- "4": "Crime and Security",
17
- "5": "Climate change",
18
- "6": "Transport",
19
- "7": "Economy",
20
- "8": "Poverty",
21
- "9": "Children Education and Skills (Post-16)",
22
- "10": "Environment",
23
- "11": "census_accounts",
24
- "12": "Health and Social Care",
25
- "13": "Housing Planning and Local Services",
26
- "14": "Statistical Literacy",
27
- "15": "accounts",
28
- "16": "Children",
29
- "17": "NI Health",
30
- "18": "Ukraine",
31
- "19": "Labour Market and Welfare"
32
  },
33
  "initializer_range": 0.02,
34
  "label2id": {
35
- "Children": 16,
36
- "Children Education and Skills": 1,
37
- "Children Education and Skills (Post-16)": 9,
38
- "Climate change": 5,
39
- "Covid": 3,
40
- "Crime and Security": 4,
41
- "Economy": 7,
42
- "Environment": 10,
43
- "Gaps": 2,
44
- "Health and Social Care": 12,
45
- "Housing Planning and Local Services": 13,
46
- "Labour Market and Welfare": 19,
47
- "NI Health": 17,
48
- "Population and Society": 0,
49
- "Poverty": 8,
50
- "Statistical Literacy": 14,
51
- "Transport": 6,
52
- "Ukraine": 18,
53
- "accounts": 15,
54
- "census_accounts": 11
55
  },
56
  "max_position_embeddings": 512,
57
  "model_type": "distilbert",
58
  "n_heads": 12,
59
  "n_layers": 6,
60
  "pad_token_id": 0,
 
61
  "qa_dropout": 0.1,
62
  "seq_classif_dropout": 0.2,
63
  "sinusoidal_pos_embds": false,
64
  "tie_weights_": true,
65
- "transformers_version": "4.24.0",
 
66
  "vocab_size": 30522
67
  }
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Children, Education and Skills",
13
+ "1": "Health and Social Care",
14
+ "2": "Crime and Security",
15
+ "3": "Economy",
16
+ "4": "Housing, Planning and Local Services",
17
+ "5": "Labour Market and Welfare",
18
+ "6": "Population and Society",
19
+ "7": "Transport, Environment and Climate Change"
 
 
 
 
 
 
 
 
 
 
 
 
20
  },
21
  "initializer_range": 0.02,
22
  "label2id": {
23
+ "Children, Education and Skills": 0,
24
+ "Crime and Security": 2,
25
+ "Economy": 3,
26
+ "Health and Social Care": 1,
27
+ "Housing, Planning and Local Services": 4,
28
+ "Labour Market and Welfare": 5,
29
+ "Population and Society": 6,
30
+ "Transport, Environment and Climate Change": 7
 
 
 
 
 
 
 
 
 
 
 
 
31
  },
32
  "max_position_embeddings": 512,
33
  "model_type": "distilbert",
34
  "n_heads": 12,
35
  "n_layers": 6,
36
  "pad_token_id": 0,
37
+ "problem_type": "single_label_classification",
38
  "qa_dropout": 0.1,
39
  "seq_classif_dropout": 0.2,
40
  "sinusoidal_pos_embds": false,
41
  "tie_weights_": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.31.0",
44
  "vocab_size": 30522
45
  }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e38a839b0d58617c2a3f3b3208e8e2029583250e91c4a67b7d16b17f26295fe
3
+ size 267873965
runs/Aug10_17-50-29_b30fd2e363c6/events.out.tfevents.1691689908.b30fd2e363c6.648.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4fb4fbf40674509a2529beb2921d2c15f0a3e85413315f0e33a062ef707268f
3
+ size 4804
runs/Aug10_18-10-39_b30fd2e363c6/events.out.tfevents.1691691042.b30fd2e363c6.648.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:017348389dff7c397a92713a726e285934336c32289368f6dc3a03fbb3882782
3
+ size 5276
tokenizer.json CHANGED
@@ -10,48 +10,48 @@
10
  "added_tokens": [
11
  {
12
  "id": 0,
13
- "special": true,
14
  "content": "[PAD]",
15
  "single_word": false,
16
  "lstrip": false,
17
  "rstrip": false,
18
- "normalized": false
 
19
  },
20
  {
21
  "id": 100,
22
- "special": true,
23
  "content": "[UNK]",
24
  "single_word": false,
25
  "lstrip": false,
26
  "rstrip": false,
27
- "normalized": false
 
28
  },
29
  {
30
  "id": 101,
31
- "special": true,
32
  "content": "[CLS]",
33
  "single_word": false,
34
  "lstrip": false,
35
  "rstrip": false,
36
- "normalized": false
 
37
  },
38
  {
39
  "id": 102,
40
- "special": true,
41
  "content": "[SEP]",
42
  "single_word": false,
43
  "lstrip": false,
44
  "rstrip": false,
45
- "normalized": false
 
46
  },
47
  {
48
  "id": 103,
49
- "special": true,
50
  "content": "[MASK]",
51
  "single_word": false,
52
  "lstrip": false,
53
  "rstrip": false,
54
- "normalized": false
 
55
  }
56
  ],
57
  "normalizer": {
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
13
  "content": "[PAD]",
14
  "single_word": false,
15
  "lstrip": false,
16
  "rstrip": false,
17
+ "normalized": false,
18
+ "special": true
19
  },
20
  {
21
  "id": 100,
 
22
  "content": "[UNK]",
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
+ "normalized": false,
27
+ "special": true
28
  },
29
  {
30
  "id": 101,
 
31
  "content": "[CLS]",
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
35
+ "normalized": false,
36
+ "special": true
37
  },
38
  {
39
  "id": 102,
 
40
  "content": "[SEP]",
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
44
+ "normalized": false,
45
+ "special": true
46
  },
47
  {
48
  "id": 103,
 
49
  "content": "[MASK]",
50
  "single_word": false,
51
  "lstrip": false,
52
  "rstrip": false,
53
+ "normalized": false,
54
+ "special": true
55
  }
56
  ],
57
  "normalizer": {
tokenizer_config.json CHANGED
@@ -1,12 +1,11 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "distilbert-base-uncased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
- "special_tokens_map_file": null,
10
  "strip_accents": null,
11
  "tokenize_chinese_chars": true,
12
  "tokenizer_class": "DistilBertTokenizer",
 
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
 
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6050b45a6fa48475814a4ab41194d7797840ec7642ced3d33eed987cb10304d7
3
+ size 4027