Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
license: mit
|
| 4 |
---
|
| 5 |
|
| 6 |
# BERT-based Toxicity Classifier
|
|
@@ -102,4 +101,9 @@ if __name__ == "__main__":
|
|
| 102 |
text = "You are a wonderful person."
|
| 103 |
result = query_model(text)
|
| 104 |
if result:
|
| 105 |
-
print_readable_result(result)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# BERT-based Toxicity Classifier
|
|
|
|
| 101 |
text = "You are a wonderful person."
|
| 102 |
result = query_model(text)
|
| 103 |
if result:
|
| 104 |
+
print_readable_result(result)
|
| 105 |
+
```
|
| 106 |
+
|
| 107 |
+
## License
|
| 108 |
+
|
| 109 |
+
This model is licensed under the [MIT License](https://opensource.org/licenses/MIT).
|