Model Card for Model ID

The Mistral 7B - Cause Analyzer is a fine-tuned large language model designed for analyzing server logs, categorizing errors, and providing debugging solutions. It is optimized for predictive maintenance tasks and can be integrated into tools like Splunk or Grafana for real-time operational insights.

Model Details

Model Description

This model was fine-tuned on real-world and synthetic log data from Esperanto servers using the LoRA technique. It excels in automating error categorization and debugging recommendations, reducing manual intervention and improving server health monitoring.

  • Developed by: [Sivakrishna Yaganti, Shankar Jayaratnam]
  • Funded by [optional]: [Esperanto Technologies]
  • Shared by [optional]: [Sivakrishna Yaganti]
  • Model type: [Casual language model]
  • Finetuned from model [optional]: [Mistral 7B]

Model Sources [optional]

Uses

Direct Use

The model can be used to analyze server logs for error categorization and debugging without additional fine-tuning. It is suitable for:

  1. Identifying patterns in server logs.
  2. Automating the process of error categorization.
  3. Generating debugging recommendations.

Downstream Use [optional]

[More Information Needed]

Out-of-Scope Use

  1. The model is not intended for general text generation tasks unrelated to server log analysis.
  2. It may not perform well on logs from domains significantly different from the training data.

Bias, Risks, and Limitations

Bias:

  1. The model's performance is optimized for logs similar to those in the training data. Logs with substantially different formats or languages may yield suboptimal results.

Risks:

  1. Over-reliance on model predictions without validation could lead to incorrect debugging actions.
  2. The model may fail to identify new or rare errors that were not part of the training data.

Limitations:

  1. The model assumes logs are in English.
  2. It may struggle with incomplete or highly noisy log data.

Recommendations

  1. Validate predictions with domain experts, especially in critical systems.
  2. Use the model alongside traditional debugging methods to ensure accuracy.

How to Get Started with the Model

Use the code below to get started with the model.

Load the model and tokenizer

  • model_name = "Esperanto/Mistral-7B-CauseAnalyzer"
  • tokenizer = AutoTokenizer.from_pretrained(model_name)
  • model = AutoModelForCausalLM.from_pretrained(model_name)

Training Details

Training Data

  • Source: Real-world logs from Esperanto servers augmented with synthetic logs generated using GPT-4.
  • Size: ~170 labeled samples after data augmentation.

Training Procedure

Preprocessing [optional]

  1. Logs were structured into fields for error type, root cause, and debugging solution.
  2. Missing labels were generated using GPT-4 and manual verification.
  • Fine-tuning method: LoRA (Low-Rank Adaptation)

Training Hyperparameters

  • Training regime: [More Information Needed]

Speeds, Sizes, Times [optional]

[More Information Needed]

Evaluation

Testing Data, Factors & Metrics

Testing Data

Validation set: 10% of labeled data.

Factors

Model performance was evaluated on:

  1. Error categorization accuracy.
  2. Cause similarity score (cosine similarity) between predicted and ground truth causes.

Metrics

Cause (Similarity Score):

  1. Baseline Mistral 7B: 51.91
  2. Mistral-7B-CauseAnalyzer: 67.15

Error Categorization Accuracy:

  1. Baseline Mistral 7B: 46.23%
  2. Mistral-7B-CauseAnalyzer: 70%

Results

Training and Validation Loss

  1. Training Loss decreased steadily from ~1 to 0.38, as shown in the train/loss graph.
  2. Evaluation Loss reduced from 0.6 to 0.3, indicating effective generalization.

image/png

image/png

Summary

The Fine-Tuned Mistral 7B - Cause Analyzer significantly outperforms the baseline models, achieving:

  1. A 67.15 similarity score for cause prediction.
  2. A 70% accuracy in error categorization.

These results highlight the model's robustness in predictive maintenance tasks and its potential for real-world integration into server health monitoring systems. -Had it been finetuned with more data, could have given better results.

Model Examination [optional]

[More Information Needed]

Environmental Impact

Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).

  • Hardware Type: [More Information Needed]
  • Hours used: [More Information Needed]
  • Cloud Provider: [More Information Needed]
  • Compute Region: [More Information Needed]
  • Carbon Emitted: [More Information Needed]

Technical Specifications [optional]

Model Architecture and Objective

  • Architecture: Mistral 7B causal language model.
  • Objective: Fine-tuned for error categorization and debugging solutions in server logs.

Compute Infrastructure

[More Information Needed]

Hardware

Nvidia A100 and Esperanto Accelerators

Software

Hugging Face Transformers library.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Model Card Authors [optional]

Sivakrishna Yaganti, Shankar Jayaratnam

Model Card Contact

[email protected]

Downloads last month
2
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for Esperanto/Mistral-7B-CauseAnalyzer

Finetuned
(96)
this model

Collection including Esperanto/Mistral-7B-CauseAnalyzer