Instructions to use InriaValda/cc_math_bert_ep10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InriaValda/cc_math_bert_ep10 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="InriaValda/cc_math_bert_ep10")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("InriaValda/cc_math_bert_ep10") model = AutoModelForMaskedLM.from_pretrained("InriaValda/cc_math_bert_ep10") - Notebooks
- Google Colab
- Kaggle
replaced and added tf_model from downloads folder in local system
Browse files- .DS_Store +0 -0
- tf_model.h5 +2 -2
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9e70f66eee0502595e8c5c80ee90ead51a0ed11ef661e76ccd3a2c124853360
|
| 3 |
+
size 263271592
|