Raj617 commited on
Commit
a97ab58
1 Parent(s): 2c2182b

Update README.md

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