prasadsachin commited on
Commit
a1db76b
1 Parent(s): d9bf76a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  library_name: keras-hub
 
 
 
3
  ---
4
  ## Model Overview
5
  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.
@@ -140,4 +143,4 @@ classifier = keras_hub.models.BertClassifier.from_preset(
140
  preprocessor=None,
141
  )
142
  classifier.fit(x=features, y=labels, batch_size=2)
143
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: apache-2.0
4
+ tags:
5
+ - text-classification
6
  ---
7
  ## Model Overview
8
  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.
 
143
  preprocessor=None,
144
  )
145
  classifier.fit(x=features, y=labels, batch_size=2)
146
+ ```