howanching-clara
commited on
Commit
•
e1d7dc5
1
Parent(s):
5104e94
End of training
Browse files- README.md +69 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: sentence-transformers/all-MiniLM-L6-v2
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: new_classifier_model
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# new_classifier_model
|
17 |
+
|
18 |
+
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.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4181
|
21 |
+
- Accuracy: 0.9193
|
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 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.5772 | 1.0 | 762 | 0.3256 | 0.9062 |
|
53 |
+
| 0.2692 | 2.0 | 1524 | 0.3038 | 0.9163 |
|
54 |
+
| 0.217 | 3.0 | 2286 | 0.3109 | 0.9180 |
|
55 |
+
| 0.1773 | 4.0 | 3048 | 0.3160 | 0.9209 |
|
56 |
+
| 0.1619 | 5.0 | 3810 | 0.3440 | 0.9206 |
|
57 |
+
| 0.1329 | 6.0 | 4572 | 0.3675 | 0.9160 |
|
58 |
+
| 0.1165 | 7.0 | 5334 | 0.3770 | 0.9209 |
|
59 |
+
| 0.0943 | 8.0 | 6096 | 0.4012 | 0.9203 |
|
60 |
+
| 0.085 | 9.0 | 6858 | 0.4166 | 0.9196 |
|
61 |
+
| 0.0811 | 10.0 | 7620 | 0.4181 | 0.9193 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.34.1
|
67 |
+
- Pytorch 2.1.0+cpu
|
68 |
+
- Datasets 2.14.7
|
69 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 90893422
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22307f119857c3ac92ac491e6ace88c586bac9e5e71f064ec8ca00011950e74f
|
3 |
size 90893422
|