bkr969 commited on
Commit
75bb03c
·
verified ·
1 Parent(s): b7abda8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -50
README.md CHANGED
@@ -1,50 +1,52 @@
1
- ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model: bert-base-cased
5
- tags:
6
- - generated_from_keras_callback
7
- model-index:
8
- - name: bert-base-cased
9
- results: []
10
- ---
11
-
12
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
13
- probably proofread and complete it, then remove this comment. -->
14
-
15
- # bert-base-cased
16
-
17
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
18
- It achieves the following results on the evaluation set:
19
-
20
-
21
- ## Model description
22
-
23
- More information needed
24
-
25
- ## Intended uses & limitations
26
-
27
- More information needed
28
-
29
- ## Training and evaluation data
30
-
31
- More information needed
32
-
33
- ## Training procedure
34
-
35
- ### Training hyperparameters
36
-
37
- The following hyperparameters were used during training:
38
- - 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': 5e-05, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
39
- - training_precision: float32
40
-
41
- ### Training results
42
-
43
-
44
-
45
- ### Framework versions
46
-
47
- - Transformers 4.46.3
48
- - TensorFlow 2.18.0
49
- - Datasets 3.2.0
50
- - Tokenizers 0.20.3
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-cased
5
+ tags:
6
+ - generated_from_keras_callback
7
+ model-index:
8
+ - name: bert-base-cased
9
+ results: []
10
+ datasets:
11
+ - bkr969/fake_news
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
15
+ probably proofread and complete it, then remove this comment. -->
16
+
17
+ # bert-base-cased
18
+
19
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on Fakenews dataset.
20
+ It achieves the following results on the evaluation set:
21
+
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - 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': 5e-05, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
41
+ - training_precision: float32
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.46.3
50
+ - TensorFlow 2.18.0
51
+ - Datasets 3.2.0
52
+ - Tokenizers 0.20.3