Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
tags:
|
8 |
+
- code
|
9 |
+
---
|
10 |
+
|
11 |
+
Customized Text classification pipeline that accepts multi-line text inputs.
|
12 |
+
|
13 |
+
This is an extension from pre-built TextClassificationPipeline that also accepts longer text inputs
|