Instructions to use gechim/PhobertLexicalMeta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gechim/PhobertLexicalMeta with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("gechim/PhobertLexicalMeta", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"PhobertLexicalMeta"
|
| 4 |
+
],
|
| 5 |
+
}
|