Instructions to use beva/detoxify_heb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use beva/detoxify_heb with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("beva/detoxify_heb", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "bert",
|
| 3 |
+
"model_name": "detoxify_heb",
|
| 4 |
+
"tokenizer_name": "detoxify_heb"
|
| 5 |
+
}
|