Instructions to use Capreolus/birch-bert-large-mb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Capreolus/birch-bert-large-mb with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForNextSentencePrediction tokenizer = AutoTokenizer.from_pretrained("Capreolus/birch-bert-large-mb") model = AutoModelForNextSentencePrediction.from_pretrained("Capreolus/birch-bert-large-mb") - Notebooks
- Google Colab
- Kaggle
Update tf_model.h5
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e66560b580fc26ba28bd33c7217655366e94fd64d972b215f9f4ca9dd45df457
|
| 3 |
+
size 1341094920
|