DunnBC22 commited on
Commit
48acf4f
1 Parent(s): bd0c3cd

update model card README.md

Browse files
Files changed (3) hide show
  1. .DS_Store +1 -1
  2. README.md +69 -0
  3. runs/.DS_Store +3 -0
.DS_Store CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eecf27e6094c6efe9365683543602a24cff8092e16450012cd26c935c0967e09
3
  size 8196
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5141f30990219994d682365e5e6853d77c6bbb6e6cfd609b687138f4efd8a266
3
  size 8196
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - recall
9
+ - precision
10
+ model-index:
11
+ - name: albert-base-v2-Tweet_About_Disaster_Or_Not
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
+ # albert-base-v2-Tweet_About_Disaster_Or_Not
19
+
20
+ This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4396
23
+ - Accuracy: 0.9200
24
+ - F1: 0.8043
25
+ - Recall: 0.7890
26
+ - Precision: 0.8202
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: 64
47
+ - eval_batch_size: 64
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
57
+ | 0.3598 | 1.0 | 143 | 0.3025 | 0.8795 | 0.7495 | 0.8650 | 0.6613 |
58
+ | 0.234 | 2.0 | 286 | 0.2899 | 0.8989 | 0.7784 | 0.8523 | 0.7163 |
59
+ | 0.1557 | 3.0 | 429 | 0.3424 | 0.9156 | 0.7904 | 0.7637 | 0.8190 |
60
+ | 0.0871 | 4.0 | 572 | 0.4189 | 0.9182 | 0.7901 | 0.7384 | 0.8495 |
61
+ | 0.0517 | 5.0 | 715 | 0.4396 | 0.9200 | 0.8043 | 0.7890 | 0.8202 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.26.1
67
+ - Pytorch 1.13.1
68
+ - Datasets 2.9.0
69
+ - Tokenizers 0.12.1
runs/.DS_Store ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c93c60cb0c7aa376165171c0235012e8c4b28399def4af3d34ae806ef7a9283b
3
+ size 6148