Push model using huggingface_hub.
Browse files- README.md +3 -3
- config.json +1 -0
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- pytorch_model_hub_mixin
|
4 |
- model_hub_mixin
|
|
|
5 |
---
|
6 |
|
7 |
-
This model has been pushed to the Hub using
|
8 |
-
-
|
9 |
- Docs: [More Information Needed]
|
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
---
|
6 |
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
- Docs: [More Information Needed]
|
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
2 |
"encodings-facebook-esm2_t12_35M_UR50D": true,
|
|
|
3 |
"encodings-facebook-esm2_t6_8M_UR50D": true
|
4 |
}
|
|
|
1 |
{
|
2 |
"encodings-facebook-esm2_t12_35M_UR50D": true,
|
3 |
+
"encodings-facebook-esm2_t30_150M_UR50D": true,
|
4 |
"encodings-facebook-esm2_t6_8M_UR50D": true
|
5 |
}
|