pingkeest commited on
Commit
d1bf057
·
verified ·
1 Parent(s): 5ce7781

Model save

Browse files
Files changed (2) hide show
  1. README.md +65 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: OR_finetuned_classification
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
+ # OR_finetuned_classification
19
+
20
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4966
23
+ - F1: 0.5882
24
+ - Roc Auc: 0.7540
25
+ - Accuracy: 0.5556
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: 0.0002
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 200
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
56
+ | 0.0246 | 79.0 | 790 | 0.6811 | 0.3529 | 0.6270 | 0.3333 |
57
+ | 0.0667 | 158.0 | 1580 | 0.4966 | 0.5882 | 0.7540 | 0.5556 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.45.2
63
+ - Pytorch 2.4.0+cu124
64
+ - Datasets 3.0.1
65
+ - Tokenizers 0.20.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:acf8dd347b2281c4fa93e202f5ac0d40be8506a3d0b4c11e5e6fc23cea8ad635
3
  size 437977104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1bf75ed23983fb01cffc408af4e1cc44df1a69271692a47938bf97388b77110
3
  size 437977104