Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: google/flan-t5-xl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: google/flan-t5-xl
|
4 |
+
license: mit
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
tags:
|
11 |
+
- hate speech
|
12 |
+
- hate speech detection
|
13 |
+
- hate speech classification
|
14 |
---
|
15 |
|
16 |
# Model Card for Model ID
|