odunola commited on
Commit
c4ccfd0
1 Parent(s): 92ff4de

Training Complete

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: odunola/bert-base-uncased-ag-news-finetuned
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - ag_news
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: bert-base-uncased-ag-news-finetuned-2
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: ag_news
18
+ type: ag_news
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.9819166666666667
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # bert-base-uncased-ag-news-finetuned-2
32
+
33
+ This model is a fine-tuned version of [odunola/bert-base-uncased-ag-news-finetuned](https://huggingface.co/odunola/bert-base-uncased-ag-news-finetuned) on the ag_news dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.0712
36
+ - Accuracy: 0.9819
37
+ - F1(weighted): 0.9819
38
+ - Precision(weighted): 0.9819
39
+ - Recall(weighted): 0.9819
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 2e-05
59
+ - train_batch_size: 16
60
+ - eval_batch_size: 16
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 1
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1(weighted) | Precision(weighted) | Recall(weighted) |
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------------:|:-------------------:|:----------------:|
70
+ | 0.1006 | 1.0 | 6000 | 0.0712 | 0.9819 | 0.9819 | 0.9819 | 0.9819 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.35.0
76
+ - Pytorch 2.1.0+cu118
77
+ - Datasets 2.14.6
78
+ - Tokenizers 0.14.1