kxshrx commited on
Commit
689598d
·
verified ·
1 Parent(s): 080fcfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,19 +1,19 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert-base-uncased
 
 
4
  tags:
5
  - text-classification
 
6
  - log-analysis
7
  - openstack
8
- - distilbert
9
  - fine-tuned
10
- datasets:
11
- - custom
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.