LovenOO commited on
Commit
6630b6e
1 Parent(s): ce587df

Training in progress epoch 0

Browse files
Files changed (7) hide show
  1. README.md +54 -0
  2. config.json +67 -0
  3. special_tokens_map.json +7 -0
  4. tf_model.h5 +3 -0
  5. tokenizer.json +0 -0
  6. tokenizer_config.json +14 -0
  7. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_keras_callback
5
+ model-index:
6
+ - name: LovenOO/distilBERT_without_preprocessing
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
+ probably proofread and complete it, then remove this comment. -->
12
+
13
+ # LovenOO/distilBERT_without_preprocessing
14
+
15
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Train Loss: 1.2967
18
+ - Validation Loss: 0.6749
19
+ - Train Accuracy: 0.8333
20
+ - Epoch: 0
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - optimizer: {'name': 'Adam', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 2570, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
40
+ - training_precision: float32
41
+
42
+ ### Training results
43
+
44
+ | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
+ |:----------:|:---------------:|:--------------:|:-----:|
46
+ | 1.2967 | 0.6749 | 0.8333 | 0 |
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.24.0
52
+ - TensorFlow 2.13.0
53
+ - Datasets 2.14.2
54
+ - Tokenizers 0.11.0
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "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
+ }
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
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e36b932f4d0db0d0a8eb5f77cd4c472b65ea53d7d25b294c8de611e0d704442
3
+ size 268010440
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
13
+ "unk_token": "[UNK]"
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff