Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
|
|
|
|
4 |
tags:
|
5 |
- text-classification
|
|
|
6 |
- log-analysis
|
7 |
- openstack
|
8 |
-
- distilbert
|
9 |
- fine-tuned
|
10 |
-
|
11 |
-
-
|
12 |
-
language:
|
13 |
-
- en
|
14 |
-
pipeline_tag: text-classification
|
15 |
---
|
16 |
|
|
|
17 |
# INFRNCE BERT Log Classification Model
|
18 |
|
19 |
This is a fine-tuned DistilBERT model for classifying OpenStack Nova log entries into different operational categories.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language: en
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-classification
|
6 |
tags:
|
7 |
- text-classification
|
8 |
+
- distilbert
|
9 |
- log-analysis
|
10 |
- openstack
|
|
|
11 |
- fine-tuned
|
12 |
+
widget:
|
13 |
+
- text: "Instance 1234 has failed to connect to the network"
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
+
|
17 |
# INFRNCE BERT Log Classification Model
|
18 |
|
19 |
This is a fine-tuned DistilBERT model for classifying OpenStack Nova log entries into different operational categories.
|