LovenOO commited on
Commit
826a395
1 Parent(s): d5f5b92

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Population and Society",
13
+ "1": "Housing Planning and Local Services",
14
+ "2": "Health and Social Care",
15
+ "3": "Crime and Security",
16
+ "4": "Children Education and Skills",
17
+ "5": "Business Trade and International Development",
18
+ "6": "Economy",
19
+ "7": "Labour Market and Welfare",
20
+ "8": "Transport Environment and Climate Change"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "label2id": {
24
+ "Business Trade and International Development": 5,
25
+ "Children Education and Skills": 4,
26
+ "Crime and Security": 3,
27
+ "Economy": 6,
28
+ "Health and Social Care": 2,
29
+ "Housing Planning and Local Services": 1,
30
+ "Labour Market and Welfare": 7,
31
+ "Population and Society": 0,
32
+ "Transport Environment and Climate Change": 8
33
+ },
34
+ "max_position_embeddings": 512,
35
+ "model_type": "distilbert",
36
+ "n_heads": 12,
37
+ "n_layers": 6,
38
+ "pad_token_id": 0,
39
+ "problem_type": "single_label_classification",
40
+ "qa_dropout": 0.1,
41
+ "seq_classif_dropout": 0.2,
42
+ "sinusoidal_pos_embds": false,
43
+ "tie_weights_": true,
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.31.0",
46
+ "vocab_size": 30522
47
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7d8abac55031d39fafaa6be86a01a132fb16bb24d222caa99c730a2cd81bda
3
+ size 267877037
runs/Aug14_15-41-36_0bfc81f09f86/events.out.tfevents.1692027705.0bfc81f09f86.2997.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bef9d87b536e56f8b570e87f509073557fcc327ccbb738b424ab80fe9d3b4dbd
3
+ size 5249
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069ecd0688e4572fa8c4d49a106fe1945dc671d07d0335d46c4ec432a22c3821
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff