Training completed!
Browse files- README.md +78 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google-bert/bert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: CS221-bert-base-uncased-finetuned-semeval
|
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 |
+
# CS221-bert-base-uncased-finetuned-semeval
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4411
|
23 |
+
- F1: 0.7582
|
24 |
+
- Roc Auc: 0.8177
|
25 |
+
- Accuracy: 0.4513
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 32
|
46 |
+
- eval_batch_size: 32
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- lr_scheduler_warmup_steps: 100
|
51 |
+
- num_epochs: 20
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
|
57 |
+
| 0.5838 | 1.0 | 70 | 0.5717 | 0.4152 | 0.6139 | 0.1426 |
|
58 |
+
| 0.4291 | 2.0 | 140 | 0.4290 | 0.6732 | 0.7555 | 0.3430 |
|
59 |
+
| 0.3488 | 3.0 | 210 | 0.3820 | 0.7272 | 0.7954 | 0.3899 |
|
60 |
+
| 0.2618 | 4.0 | 280 | 0.3659 | 0.7402 | 0.8037 | 0.4278 |
|
61 |
+
| 0.1956 | 5.0 | 350 | 0.3755 | 0.7442 | 0.8083 | 0.4260 |
|
62 |
+
| 0.1611 | 6.0 | 420 | 0.3768 | 0.7491 | 0.8103 | 0.4477 |
|
63 |
+
| 0.1204 | 7.0 | 490 | 0.4027 | 0.7389 | 0.8019 | 0.4531 |
|
64 |
+
| 0.0847 | 8.0 | 560 | 0.4063 | 0.7525 | 0.8149 | 0.4513 |
|
65 |
+
| 0.0743 | 9.0 | 630 | 0.4221 | 0.7464 | 0.8077 | 0.4477 |
|
66 |
+
| 0.0552 | 10.0 | 700 | 0.4359 | 0.7462 | 0.8074 | 0.4531 |
|
67 |
+
| 0.0475 | 11.0 | 770 | 0.4411 | 0.7582 | 0.8177 | 0.4513 |
|
68 |
+
| 0.0315 | 12.0 | 840 | 0.4549 | 0.7487 | 0.8097 | 0.4495 |
|
69 |
+
| 0.0287 | 13.0 | 910 | 0.4645 | 0.75 | 0.8108 | 0.4531 |
|
70 |
+
| 0.0272 | 14.0 | 980 | 0.4682 | 0.7555 | 0.8158 | 0.4531 |
|
71 |
+
|
72 |
+
|
73 |
+
### Framework versions
|
74 |
+
|
75 |
+
- Transformers 4.47.1
|
76 |
+
- Pytorch 2.5.1+cu121
|
77 |
+
- Datasets 3.2.0
|
78 |
+
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437967876
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad147af2291cd066cd3d7e9d61c187ecf1fe19a78842b223b8fb8781b1047b07
|
3 |
size 437967876
|