RealFalconsAI
commited on
Commit
·
29abb64
1
Parent(s):
c784df1
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-classification
|
4 |
tags:
|
5 |
- not-for-all-audiences
|
6 |
---
|
7 |
-
|
8 |
---
|
9 |
license: apache-2.0
|
10 |
pipeline_tag: text-classification
|
@@ -38,8 +39,8 @@ The goal of this meticulous training process is to equip the model with the abil
|
|
38 |
|
39 |
### How to Use
|
40 |
To use this model for offensive/hate speech detection, you can follow these steps:
|
|
|
41 |
|
42 |
-
```python
|
43 |
from transformers import pipeline
|
44 |
|
45 |
classifier = pipeline("text-classification", model="Falconsai/offensive_speech_detection")
|
|
|
1 |
+
# nlp_model_training
|
2 |
---
|
3 |
license: apache-2.0
|
4 |
pipeline_tag: text-classification
|
5 |
tags:
|
6 |
- not-for-all-audiences
|
7 |
---
|
8 |
+
|
9 |
---
|
10 |
license: apache-2.0
|
11 |
pipeline_tag: text-classification
|
|
|
39 |
|
40 |
### How to Use
|
41 |
To use this model for offensive/hate speech detection, you can follow these steps:
|
42 |
+
```markdown
|
43 |
|
|
|
44 |
from transformers import pipeline
|
45 |
|
46 |
classifier = pipeline("text-classification", model="Falconsai/offensive_speech_detection")
|