Divyasreepat
commited on
Commit
•
7d1ba4b
1
Parent(s):
ca9bf81
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
- text-classification
|
8 |
pipeline_tag: text-classification
|
9 |
---
|
10 |
-
|
11 |
BERT (Bidirectional Encoder Representations from Transformers) is a set of language models published by Google. They are intended for classification and embedding of text, not for text-generation. See the model card below for benchmarks, data sources, and intended use cases.
|
12 |
|
13 |
Weights and Keras model code are released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
|
@@ -146,4 +146,4 @@ classifier = keras_hub.models.BertClassifier.from_preset(
|
|
146 |
preprocessor=None,
|
147 |
)
|
148 |
classifier.fit(x=features, y=labels, batch_size=2)
|
149 |
-
```
|
|
|
7 |
- text-classification
|
8 |
pipeline_tag: text-classification
|
9 |
---
|
10 |
+
### Model Overview
|
11 |
BERT (Bidirectional Encoder Representations from Transformers) is a set of language models published by Google. They are intended for classification and embedding of text, not for text-generation. See the model card below for benchmarks, data sources, and intended use cases.
|
12 |
|
13 |
Weights and Keras model code are released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
|
|
|
146 |
preprocessor=None,
|
147 |
)
|
148 |
classifier.fit(x=features, y=labels, batch_size=2)
|
149 |
+
```
|