gaodrew commited on
Commit
610614f
1 Parent(s): 4f1269f

End of training

Browse files
Files changed (4) hide show
  1. README.md +86 -0
  2. config.json +25 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: OpenDispatcher_v2_gpt35turbo_and_gpt4
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # OpenDispatcher_v2_gpt35turbo_and_gpt4
15
+
16
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.5490
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 64
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 500
44
+ - training_steps: 3000
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.6348 | 0.07 | 100 | 0.5852 |
51
+ | 0.5826 | 0.14 | 200 | 0.5731 |
52
+ | 0.5683 | 0.21 | 300 | 0.5681 |
53
+ | 0.5606 | 0.28 | 400 | 0.5640 |
54
+ | 0.5557 | 0.35 | 500 | 0.5705 |
55
+ | 0.5637 | 0.41 | 600 | 0.5647 |
56
+ | 0.5655 | 0.48 | 700 | 0.5569 |
57
+ | 0.5565 | 0.55 | 800 | 0.5747 |
58
+ | 0.5656 | 0.62 | 900 | 0.5570 |
59
+ | 0.5545 | 0.69 | 1000 | 0.5573 |
60
+ | 0.5474 | 0.76 | 1100 | 0.5595 |
61
+ | 0.5566 | 0.83 | 1200 | 0.5539 |
62
+ | 0.5738 | 0.9 | 1300 | 0.5499 |
63
+ | 0.5727 | 0.97 | 1400 | 0.5499 |
64
+ | 0.5463 | 1.04 | 1500 | 0.5683 |
65
+ | 0.5396 | 1.1 | 1600 | 0.5529 |
66
+ | 0.5529 | 1.17 | 1700 | 0.5603 |
67
+ | 0.5444 | 1.24 | 1800 | 0.5540 |
68
+ | 0.5388 | 1.31 | 1900 | 0.5652 |
69
+ | 0.5347 | 1.38 | 2000 | 0.5563 |
70
+ | 0.5303 | 1.45 | 2100 | 0.5542 |
71
+ | 0.5419 | 1.52 | 2200 | 0.5480 |
72
+ | 0.5344 | 1.59 | 2300 | 0.5512 |
73
+ | 0.5316 | 1.66 | 2400 | 0.5548 |
74
+ | 0.5487 | 1.73 | 2500 | 0.5500 |
75
+ | 0.5388 | 1.8 | 2600 | 0.5472 |
76
+ | 0.5423 | 1.86 | 2700 | 0.5469 |
77
+ | 0.5067 | 1.93 | 2800 | 0.5521 |
78
+ | 0.5236 | 2.0 | 2900 | 0.5482 |
79
+ | 0.5126 | 2.07 | 3000 | 0.5490 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.38.2
85
+ - Pytorch 2.2.1+cu121
86
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "multi_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20fec76fc82b4a48e0537a968b6e917bc829687f02b11985496543d02b083821
3
+ size 267832560
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbeb9c72d12eae14f5e8782270629e04316aa7073e17e573858866955df52b3
3
+ size 4856