Arotte commited on
Commit
c080ba9
1 Parent(s): fee594f

Model update

Browse files

New model files after re-training.

README.md CHANGED
@@ -1,4 +1,9 @@
1
  ---
 
 
 
 
 
2
  language:
3
  - en
4
  widget:
@@ -6,4 +11,45 @@ widget:
6
  example_title: "SW Example 1"
7
  ---
8
 
9
- OPT small fine-tuned on the SwitchBoard corpus. More details soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ metrics:
3
+ - accuracy
4
+ model-index:
5
+ - name: opt-small-sw
6
+ results: []
7
  language:
8
  - en
9
  widget:
 
11
  example_title: "SW Example 1"
12
  ---
13
 
14
+ # opt-small-sw
15
+
16
+ This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on the SwitchBoard dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.7166
19
+ - Accuracy: 0.4663
20
+
21
+ ## Model description
22
+
23
+ More details soon.
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More details soon.
28
+
29
+ ## Training and evaluation data
30
+
31
+ More details soon.
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 7
40
+ - eval_batch_size: 7
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 20.0
45
+
46
+ ### Training results
47
+
48
+
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.26.0
53
+ - Pytorch 1.13.1
54
+ - Datasets 2.9.0
55
+ - Tokenizers 0.13.0.dev0
all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_accuracy": 0.46629797756620556,
4
+ "eval_loss": 2.7165656089782715,
5
+ "eval_runtime": 13.0377,
6
+ "eval_samples": 219,
7
+ "eval_samples_per_second": 16.797,
8
+ "eval_steps_per_second": 2.454,
9
+ "perplexity": 15.12827650639429,
10
+ "train_loss": 1.609383287502609,
11
+ "train_runtime": 6211.091,
12
+ "train_samples": 1828,
13
+ "train_samples_per_second": 5.886,
14
+ "train_steps_per_second": 0.844
15
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_accuracy": 0.46629797756620556,
4
+ "eval_loss": 2.7165656089782715,
5
+ "eval_runtime": 13.0377,
6
+ "eval_samples": 219,
7
+ "eval_samples_per_second": 16.797,
8
+ "eval_steps_per_second": 2.454,
9
+ "perplexity": 15.12827650639429
10
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3772e3c544f22f54463450169d30345852a35cbc6d07c902be35f48b2686214c
3
  size 501023389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7111d9cb1613dcaf14ba32ba3adc776ab0a315c21915cb99c6451552da3c13f
3
  size 501023389
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "train_loss": 1.609383287502609,
4
+ "train_runtime": 6211.091,
5
+ "train_samples": 1828,
6
+ "train_samples_per_second": 5.886,
7
+ "train_steps_per_second": 0.844
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 20.0,
5
+ "global_step": 5240,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.91,
12
+ "learning_rate": 4.522900763358779e-05,
13
+ "loss": 2.2998,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 3.82,
18
+ "learning_rate": 4.0458015267175576e-05,
19
+ "loss": 2.0546,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 5.73,
24
+ "learning_rate": 3.568702290076336e-05,
25
+ "loss": 1.8768,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 7.63,
30
+ "learning_rate": 3.091603053435115e-05,
31
+ "loss": 1.7311,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 9.54,
36
+ "learning_rate": 2.6145038167938934e-05,
37
+ "loss": 1.6031,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 11.45,
42
+ "learning_rate": 2.1374045801526718e-05,
43
+ "loss": 1.495,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 13.36,
48
+ "learning_rate": 1.6603053435114505e-05,
49
+ "loss": 1.404,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 15.27,
54
+ "learning_rate": 1.1832061068702292e-05,
55
+ "loss": 1.3284,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 17.18,
60
+ "learning_rate": 7.061068702290078e-06,
61
+ "loss": 1.2688,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 19.08,
66
+ "learning_rate": 2.2900763358778625e-06,
67
+ "loss": 1.2258,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 20.0,
72
+ "step": 5240,
73
+ "total_flos": 1.910567337984e+16,
74
+ "train_loss": 1.609383287502609,
75
+ "train_runtime": 6211.091,
76
+ "train_samples_per_second": 5.886,
77
+ "train_steps_per_second": 0.844
78
+ }
79
+ ],
80
+ "max_steps": 5240,
81
+ "num_train_epochs": 20,
82
+ "total_flos": 1.910567337984e+16,
83
+ "trial_name": null,
84
+ "trial_params": null
85
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:670b5e761cb7eca2eb51facca3ec0d49c913ce671c790ac1d8c1595ac7186a70
3
- size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427110b16d5e4b9dfcca9d31e951734a4782d334b29c648b733aa04313056c52
3
+ size 3515