Instructions to use andreasmadsen/efficient_mlm_m0.80 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andreasmadsen/efficient_mlm_m0.80 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="andreasmadsen/efficient_mlm_m0.80")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("andreasmadsen/efficient_mlm_m0.80") model = AutoModelForMaskedLM.from_pretrained("andreasmadsen/efficient_mlm_m0.80") - Notebooks
- Google Colab
- Kaggle
Add TF weights
Browse files- config.json +1 -1
- tf_model.h5 +3 -0
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"RobertaPreLayerNormForMaskedLM"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/tmp/andreasmadsen/efficient_mlm_m0.80",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaPreLayerNormForMaskedLM"
|
| 5 |
],
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b7ec746cca913c4a272f1974d0107c5dd04f9467f74fb22b9be4f21f712f7c7
|
| 3 |
+
size 1630221884
|