Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
base_model: bert-base-multilingual-cased
|
6 |
pipeline_tag: text-classification
|
7 |
+
tags:
|
8 |
+
- tensorflow
|
9 |
+
- bert
|
10 |
+
- classification
|
11 |
+
- jira
|
12 |
+
library_name: transformers
|
13 |
---
|