Set widget pipeline tag explicitely
Browse files
README.md
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
|
5 |
tags:
|
6 |
- detoxification
|
7 |
-
|
8 |
licenses:
|
9 |
- cc-by-nc-sa
|
|
|
10 |
---
|
11 |
|
12 |
**Model Overview**
|
@@ -31,4 +30,4 @@ neutrals = tokenizer.decode(tokens[0, ...], skip_special_tokens=True)
|
|
31 |
print(neutrals) # stdout: She is going to be out in 54 years.
|
32 |
```
|
33 |
|
34 |
-
[1]: //s-nlp/bart-base-detox
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
tags:
|
5 |
- detoxification
|
|
|
6 |
licenses:
|
7 |
- cc-by-nc-sa
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
---
|
10 |
|
11 |
**Model Overview**
|
|
|
30 |
print(neutrals) # stdout: She is going to be out in 54 years.
|
31 |
```
|
32 |
|
33 |
+
[1]: //s-nlp/bart-base-detox
|