MehdiHosseiniMoghadam commited on
Commit
9dfd213
1 Parent(s): ee1f5af

Training complete!

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: sentence-transformers/all-MiniLM-L6-v2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: all-MiniLM-L6-v2-finetuned-marc-en
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
+ # all-MiniLM-L6-v2-finetuned-marc-en
15
+
16
+ This model is a fine-tuned version of [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.8379
19
+ - Mae: 2.1394
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 128
40
+ - eval_batch_size: 128
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 15
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Mae |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | 1.9203 | 1.0 | 250 | 1.8916 | 2.2446 |
51
+ | 1.8419 | 2.0 | 500 | 1.8713 | 2.2371 |
52
+ | 1.8385 | 3.0 | 750 | 1.8523 | 2.1957 |
53
+ | 1.8256 | 4.0 | 1000 | 1.8422 | 2.1584 |
54
+ | 1.7618 | 5.0 | 1250 | 1.8339 | 2.1625 |
55
+ | 1.8025 | 6.0 | 1500 | 1.8326 | 2.1564 |
56
+ | 1.7414 | 7.0 | 1750 | 1.8329 | 2.1629 |
57
+ | 1.7539 | 8.0 | 2000 | 1.8322 | 2.173 |
58
+ | 1.7886 | 9.0 | 2250 | 1.8290 | 2.16 |
59
+ | 1.7611 | 10.0 | 2500 | 1.8292 | 2.1456 |
60
+ | 1.7339 | 11.0 | 2750 | 1.8324 | 2.1566 |
61
+ | 1.7093 | 12.0 | 3000 | 1.8366 | 2.1406 |
62
+ | 1.7164 | 13.0 | 3250 | 1.8371 | 2.1391 |
63
+ | 1.6847 | 14.0 | 3500 | 1.8389 | 2.139 |
64
+ | 1.7202 | 15.0 | 3750 | 1.8379 | 2.1394 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.35.0
70
+ - Pytorch 2.1.0+cu118
71
+ - Datasets 2.14.6
72
+ - Tokenizers 0.14.1