prasadsachin commited on
Commit
188ee1d
·
verified ·
1 Parent(s): 38e04da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  library_name: keras-hub
 
 
 
 
3
  ---
4
  ## Model Overview
5
  DistilBert is a set of language models published by HuggingFace. They are efficient, distilled version of BERT, and 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.
@@ -142,4 +146,4 @@ classifier = keras_hub.models.DistilBertClassifier.from_preset(
142
  preprocessor=None,
143
  )
144
  classifier.fit(x=features, y=labels, batch_size=2)
145
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: apache-2.0
4
+ tags:
5
+ - text-classification
6
+ - text-embedding
7
  ---
8
  ## Model Overview
9
  DistilBert is a set of language models published by HuggingFace. They are efficient, distilled version of BERT, and 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.
 
146
  preprocessor=None,
147
  )
148
  classifier.fit(x=features, y=labels, batch_size=2)
149
+ ```