Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ license: cc0-1.0
|
|
3 |
base_model:
|
4 |
- distilbert/distilroberta-base
|
5 |
pipeline_tag: text-classification
|
|
|
6 |
---
|
7 |
|
8 |
This is a [distilroberta-base](distilbert/distilroberta-base) model fined tuned to classify text into 3 categories:
|
|
|
3 |
base_model:
|
4 |
- distilbert/distilroberta-base
|
5 |
pipeline_tag: text-classification
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
This is a [distilroberta-base](distilbert/distilroberta-base) model fined tuned to classify text into 3 categories:
|