ZodiUOA commited on
Commit
c3e7547
1 Parent(s): a4a18cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -58
README.md CHANGED
@@ -1,58 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - generated_from_keras_callback
5
- model-index:
6
- - name: Valent2809/news_classifier_covid19
7
- results: []
8
- ---
9
-
10
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
- probably proofread and complete it, then remove this comment. -->
12
-
13
- # Valent2809/news_classifier_covid19
14
-
15
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
16
- It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0080
18
- - Validation Loss: 0.1031
19
- - Train Accuracy: 0.9771
20
- - Epoch: 4
21
-
22
- ## Model description
23
-
24
- More information needed
25
-
26
- ## Intended uses & limitations
27
-
28
- More information needed
29
-
30
- ## Training and evaluation data
31
-
32
- More information needed
33
-
34
- ## Training procedure
35
-
36
- ### Training hyperparameters
37
-
38
- The following hyperparameters were used during training:
39
- - optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': None, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 2830, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
40
- - training_precision: float32
41
-
42
- ### Training results
43
-
44
- | Train Loss | Validation Loss | Train Accuracy | Epoch |
45
- |:----------:|:---------------:|:--------------:|:-----:|
46
- | 0.0317 | 0.0990 | 0.9736 | 0 |
47
- | 0.0239 | 0.1048 | 0.9762 | 1 |
48
- | 0.0161 | 0.1136 | 0.9762 | 2 |
49
- | 0.0106 | 0.1010 | 0.9789 | 3 |
50
- | 0.0080 | 0.1031 | 0.9771 | 4 |
51
-
52
-
53
- ### Framework versions
54
-
55
- - Transformers 4.30.2
56
- - TensorFlow 2.12.0
57
- - Datasets 2.13.1
58
- - Tokenizers 0.13.3