rahulm-selector commited on
Commit
455684e
·
verified ·
1 Parent(s): d1e4c25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -54,13 +54,12 @@ print(f"Predicted Event: {predicted_event}")
54
  The model focuses on structured and semi-structured log data, outputing around 60 different event categories. It is highly effective
55
  for real-time log analysis, anomaly detection, and operational monitoring, helping organizations manage
56
  large-scale network data by automatically classifying logs into predefined categories, facilitating faster
57
- and more accurate diagnosis of network issues. The log-classifier-BERT-v1 model is designed to process logs as
58
- input and output a corresponding classification.
59
 
60
  ## Intended uses
61
 
62
- Our model is intended to be used as classifier. Given an input text (a log coming from a network/device), it outputs the corresponding event most associated with the log.
63
- The possible events that can be classified are shown in [encoder.json](https://huggingface.co/rahulm-selector/log-classifier-BERT-v1/blob/main/encoder-main.json)
64
 
65
 
66
  ## Training Details
 
54
  The model focuses on structured and semi-structured log data, outputing around 60 different event categories. It is highly effective
55
  for real-time log analysis, anomaly detection, and operational monitoring, helping organizations manage
56
  large-scale network data by automatically classifying logs into predefined categories, facilitating faster
57
+ and more accurate diagnosis of network issues.
 
58
 
59
  ## Intended uses
60
 
61
+ Our model is intended to be used as classifier. Given an input text (a log coming from a network/device/router), it outputs a corresponding event most associated with the log.
62
+ The possible events that can be classified are shown in [encoder-main.json](https://huggingface.co/rahulm-selector/log-classifier-BERT-v1/blob/main/encoder-main.json)
63
 
64
 
65
  ## Training Details