Instructions to use dattu0124/hinglish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dattu0124/hinglish with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dattu0124/hinglish", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "https://huggingface.co/dattu0124/hinglish",
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
"use_cache": true,
|
| 6 |
+
"vocab_size": 300522
|
| 7 |
+
}
|