Update README.md
Browse files
README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
library_name: transformers
|
| 3 |
-
tags:
|
| 4 |
-
- text-classification
|
| 5 |
-
- nlp
|
| 6 |
-
- automotive
|
| 7 |
-
- nhtsa
|
| 8 |
-
- bert
|
| 9 |
-
datasets:
|
| 10 |
-
-
|
| 11 |
-
language: en
|
| 12 |
-
license: apache-2.0
|
| 13 |
-
metrics:
|
| 14 |
-
- accuracy
|
| 15 |
-
- f1
|
| 16 |
-
- precision
|
| 17 |
-
- recall
|
| 18 |
-
base_model:
|
| 19 |
-
- google-bert/bert-base-uncased
|
| 20 |
-
pipeline_tag: text-classification
|
| 21 |
-
---
|
| 22 |
|
| 23 |
# 🚗 Modelo de Classificação de Reclamações de Veículos do NHTSA
|
| 24 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- text-classification
|
| 5 |
+
- nlp
|
| 6 |
+
- automotive
|
| 7 |
+
- nhtsa
|
| 8 |
+
- bert
|
| 9 |
+
datasets:
|
| 10 |
+
- vic35get/nhtsa_complaints_dataset
|
| 11 |
+
language: en
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
metrics:
|
| 14 |
+
- accuracy
|
| 15 |
+
- f1
|
| 16 |
+
- precision
|
| 17 |
+
- recall
|
| 18 |
+
base_model:
|
| 19 |
+
- google-bert/bert-base-uncased
|
| 20 |
+
pipeline_tag: text-classification
|
| 21 |
+
---
|
| 22 |
|
| 23 |
# 🚗 Modelo de Classificação de Reclamações de Veículos do NHTSA
|
| 24 |
|