alespalla commited on
Commit
38e80cc
1 Parent(s): 93015f9

Upload with huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - transformers
5
+ - pytorch
6
+ datasets:
7
+ - conv_ai_2
8
+ model-index:
9
+ - name: distillbert_conv_quality_score
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
14
+ probably proofread and complete it, then remove this comment. -->
15
+
16
+ # distillbert_conv_quality_score
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conv_ai_2 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - training/loss: 0.0165
21
+ - validation/loss: 0.0149
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - epochs: 40
41
+ - batch_size: 16
42
+ - learning_rate: 0.0002
43
+ - eval_steps: 82
44
+ - log_steps: 82
45
+ - save_steps: 41
46
+ - gradient_accumulation_steps: 1
47
+ - warmup_steps: 0
48
+
49
+ ### Training results
50
+
51
+ | step | training/loss | validation/loss |
52
+ |:----:|:-------------:|:---------------:|
53
+ | 81 | 0.1020 | 0.0794 |
54
+ | 163 | 0.0800 | 0.0713 |
55
+ | 245 | 0.0553 | 0.0491 |
56
+ | 327 | 0.0362 | 0.0440 |
57
+ | 409 | 0.0282 | 0.0352 |
58
+ | 491 | 0.0282 | 0.0412 |
59
+ | 573 | 0.0256 | 0.0293 |
60
+ | 655 | 0.0238 | 0.0252 |
61
+ | 737 | 0.0175 | 0.0226 |
62
+ | 819 | 0.0154 | 0.0228 |
63
+ | 901 | 0.0116 | 0.0205 |
64
+ | 983 | 0.0160 | 0.0202 |
65
+ | 1065 | 0.0146 | 0.0240 |
66
+ | 1147 | 0.0182 | 0.0180 |
67
+ | 1229 | 0.0171 | 0.0192 |
68
+ | 1311 | 0.0091 | 0.0174 |
69
+ | 1393 | 0.0171 | 0.0158 |
70
+ | 1475 | 0.0137 | 0.0158 |
71
+ | 1557 | 0.0158 | 0.0148 |
72
+ | 1639 | 0.0165 | 0.0149 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.26.1
78
+ - Datasets 2.10.1
79
+ - Tokenizers 0.13.2
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "LABEL_0"
13
+ },
14
+ "initializer_range": 0.02,
15
+ "label2id": {
16
+ "LABEL_0": 0
17
+ },
18
+ "max_position_embeddings": 512,
19
+ "model_type": "distilbert",
20
+ "n_heads": 12,
21
+ "n_layers": 6,
22
+ "pad_token_id": 0,
23
+ "problem_type": "regression",
24
+ "qa_dropout": 0.1,
25
+ "seq_classif_dropout": 0.2,
26
+ "sinusoidal_pos_embds": false,
27
+ "tie_weights_": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.26.1",
30
+ "vocab_size": 30522
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cdd9dca8df45831754f8a77ccbef07e10aaf78f0aa87dc213a365360aeeb194
3
+ size 267852461
runs/1678549443.9220474/events.out.tfevents.1678549443.irliotggpu01.697833.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14241e3aeaa78bbd36ad0029b88054174e870c8753a06cd6a5f33514bc6baeb
3
+ size 682
runs/1678549443.9255106/hparams.yml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ batch_size: 16
2
+ epochs: 40
3
+ eval_steps: 82
4
+ gradient_accumulation_steps: 1
5
+ learning_rate: 0.0002
6
+ log_steps: 82
7
+ save_steps: 41
8
+ warmup_steps: 0
runs/events.out.tfevents.1678549443.irliotggpu01.697833.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9922a120e1697b064770e3693fb179ae45f48daba229a2a97ffa9e184b09fa2
3
+ size 2206
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,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