Model save
Browse files- README.md +72 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
model-index:
|
11 |
+
- name: bert-clf-biencoder-cross_entropy
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# bert-clf-biencoder-cross_entropy
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.9480
|
23 |
+
- Accuracy: 0.6634
|
24 |
+
- F1: 0.6648
|
25 |
+
- Precision: 0.6687
|
26 |
+
- Recall: 0.6634
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 2e-05
|
46 |
+
- train_batch_size: 32
|
47 |
+
- eval_batch_size: 32
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- lr_scheduler_warmup_steps: 100
|
52 |
+
- num_epochs: 7
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 1.1883 | 1.0 | 78 | 1.0551 | 0.6019 | 0.5890 | 0.5964 | 0.6019 |
|
59 |
+
| 0.859 | 2.0 | 156 | 0.8377 | 0.6311 | 0.6231 | 0.6472 | 0.6311 |
|
60 |
+
| 0.6539 | 3.0 | 234 | 0.7989 | 0.6634 | 0.6651 | 0.6677 | 0.6634 |
|
61 |
+
| 0.5242 | 4.0 | 312 | 0.8181 | 0.6731 | 0.6717 | 0.6823 | 0.6731 |
|
62 |
+
| 0.3728 | 5.0 | 390 | 0.8442 | 0.6861 | 0.6855 | 0.6889 | 0.6861 |
|
63 |
+
| 0.2566 | 6.0 | 468 | 0.9040 | 0.6764 | 0.6769 | 0.6779 | 0.6764 |
|
64 |
+
| 0.1959 | 7.0 | 546 | 0.9480 | 0.6634 | 0.6648 | 0.6687 | 0.6634 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.45.1
|
70 |
+
- Pytorch 2.4.0
|
71 |
+
- Datasets 3.0.1
|
72 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437978280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa3ae0ad17908d7451e577014fe5c3b11e5ea611cdfe83bf5b4e3a1f1bc465ff
|
3 |
size 437978280
|