CoolFace
Modelpublic

Netta1994/setfit_baai_cybereason_gpt-4o_improved-cot-instructions_chat_few_shot_only_reasoning_

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes5downloads
Model Card

SetFit with BAAI/bge-base-en-v1.5

This is a SetFit model that can be used for Text Classification. This SetFit model uses BAAI/bge-base-en-v1.5 as the Sentence Transformer embedding model. A LogisticRegression instance is used for classification.

The model has been trained using an efficient few-shot learning technique that involves:

  1. 1.Fine-tuning a Sentence Transformer with contrastive learning.
  2. 2.Training a classification head with features from the fine-tuned Sentence Transformer.

Model Details

Model Description

  • —Model Type: SetFit
  • —Sentence Transformer body: BAAI/bge-base-en-v1.5
  • —Classification head: a LogisticRegression instance
  • —Maximum Sequence Length: 512 tokens
  • —Number of Classes: 2 classes <!-- - Training Dataset: Unknown --> <!-- - Language: Unknown --> <!-- - License: Unknown -->

Model Sources

Model Labels

LabelExamples
0<ul><li>'Reasoning:\nThe response fails to fully address the specifics of the question based on the provided document. The question is about the significance of considering all answers together when determining if the behavior in a MalOp is malicious. The response should have included how analyzing various factors, such as the significance of machines, behavior severity, and the users involved, helps in forming a comprehensive understanding of whether the behavior is malicious and requires further action.\n\nThe answer given is overly vague and does not capture the detailed reasoning found in the document. It lacks essential details concerning the factors that need to be considered, such as machine significance, activity severity, and user importance.\n\nEvaluation: Bad'</li><li>'Reasoning:\nThe document provides a detailed process to exclude a MalOp during the remediation phase, and the answer fails to incorporate this information. The answer is also quite dismissive, suggesting the document does not cover the query when it does. Thus, the answer does not address the specific question asked and is not grounded in the context of the provided document.\n\nFinal Result: Bad'</li><li>'Reasoning:\nThe answer correctly states that a file should be un-quarantined before submitting it to the respective organization, which aligns with the information provided in the document. The answer is concise, specific, and directly addresses the question without any deviation.\n\nEvaluation: Good'</li></ul>
1<ul><li>"Reasoning:\nThe answer is directly grounded in the provided document, accurately conveying the information that the computer will generate a dump file containing the entire contents of the sensor's RAM at the time of the failure. The response is concise and specific to the question asked without including unnecessary information.\n\nEvaluation: Good"</li><li>'Reasoning:\n1. Context Grounding: The provided answer "To identify cyber security threats" is directly supported by the document, which states that threat detection is a core capability that aims to identify cyber security threats by analyzing data.\n2. Relevance: The answer directly addresses the specific question about the purpose of the <ORGANIZATION_2> platform\'s threat detection abilities.\n3. Conciseness: The answer is clear and to the point, summarizing the purpose effectively without unnecessary information.\n4. Specificity: The answer provides a specific purpose as outlined in the document.\n\nEvaluation: Good'</li><li>'Reasoning:\nThe given answer asserts that the provided information does not cover the specific query, advising to refer to additional sources. However, the document contains clear information regarding four different scenarios and their corresponding severity scores. The answer also does not directly address what is clearly stated in the document and evades the question.\n\nEvaluation: Bad'</li></ul>

Evaluation

Metrics

LabelAccuracy
all0.5070

Uses

Direct Use for Inference

First install the SetFit library:

bash
pip install setfit

Then you can load this model and run inference.

python
from setfit import SetFitModel

# Download from the 🤗 Hub
model = SetFitModel.from_pretrained("Netta1994/setfit_baai_cybereason_gpt-4o_improved-cot-instructions_chat_few_shot_only_reasoning_")
# Run inference
preds = model("Reasoning:
The answer is direct, concise, and accurately picks out the relevant information from the document concerning the percentage in the response status column.
Evaluation: Good")

<!--

Downstream Use

List how someone could finetune this model on their own dataset. -->

<!--

Out-of-Scope Use

List how the model may foreseeably be misused and address what users ought not to do with the model. -->

<!--

Bias, Risks and Limitations

What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model. -->

<!--

Recommendations

What are recommendations with respect to the foreseeable issues? For example, filtering explicit content. -->

Training Details

Training Set Metrics

Training setMinMedianMax
Word count248.4638115
LabelTraining Sample Count
034
135

Training Hyperparameters

  • —batch_size: (16, 16)
  • —num_epochs: (5, 5)
  • —max_steps: -1
  • —sampling_strategy: oversampling
  • —num_iterations: 20
  • —bodylearningrate: (2e-05, 2e-05)
  • —headlearningrate: 2e-05
  • —loss: CosineSimilarityLoss
  • —distancemetric: cosinedistance
  • —margin: 0.25
  • —endtoend: False
  • —use_amp: False
  • —warmup_proportion: 0.1
  • —l2_weight: 0.01
  • —seed: 42
  • —evalmaxsteps: -1
  • —loadbestmodelatend: False

Training Results

EpochStepTraining LossValidation Loss
0.005810.2563-
0.2890500.2638-
0.57801000.242-
0.86711500.1521-
1.15612000.0056-
1.44512500.0025-
1.73413000.0022-
2.02313500.0019-
2.31214000.0019-
2.60124500.0016-
2.89025000.0015-
3.17925500.0014-
3.46826000.0014-
3.75726500.0014-
4.04627000.0014-
4.33537500.0014-
4.62438000.0013-
4.91338500.0013-

Framework Versions

  • —Python: 3.10.14
  • —SetFit: 1.1.0
  • —Sentence Transformers: 3.1.0
  • —Transformers: 4.44.0
  • —PyTorch: 2.4.1+cu121
  • —Datasets: 2.19.2
  • —Tokenizers: 0.19.1

Citation

BibTeX

bibtex
@article{https://doi.org/10.48550/arxiv.2209.11055,
    doi = {10.48550/ARXIV.2209.11055},
    url = {https://arxiv.org/abs/2209.11055},
    author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
    keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
    title = {Efficient Few-Shot Learning Without Prompts},
    publisher = {arXiv},
    year = {2022},
    copyright = {Creative Commons Attribution 4.0 International}
}

<!--

Glossary

Clearly define terms in order to be accessible across audiences. -->

<!--

Model Card Authors

Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction. -->

<!--

Model Card Contact

Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors. -->