Instructions to use har1/hs2-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use har1/hs2-model with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'har1/hs2-model');
[Automated] Update base model metadata
Browse filesSet base model to "Hate-speech-CNERG/malayalam-codemixed-abusive-MuRI"
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers.js
|
| 3 |
pipeline_tag: text-classification
|
| 4 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: Hate-speech-CNERG/malayalam-codemixed-abusive-MuRI
|
| 3 |
library_name: transformers.js
|
| 4 |
pipeline_tag: text-classification
|
| 5 |
---
|