Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ 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.
|
|
|
4 |
tags:
|
5 |
- text-classification
|
6 |
- text-embedding
|
7 |
+
pipeline_tag: text-classification
|
8 |
---
|
9 |
## Model Overview
|
10 |
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.
|