Instructions to use YituTech/conv-bert-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YituTech/conv-bert-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="YituTech/conv-bert-small")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("YituTech/conv-bert-small") model = AutoModel.from_pretrained("YituTech/conv-bert-small") - Inference
- Notebooks
- Google Colab
- Kaggle
Abhishek Thakur commited on
Commit ·
9d12e72
1
Parent(s): a53f27a
update small
Browse files- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 52693739
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab58f7ed43167b193a804b350f6a33179c2da24eb4a6122853083cff086a4a5a
|
| 3 |
size 52693739
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 52911800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70de504baa3d03af2442ecc6302babe6aca12eb914e8bf231e597ba2d8460fc8
|
| 3 |
size 52911800
|