niting3c commited on
Commit
2af1f56
1 Parent(s): 4817739

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -5,6 +5,13 @@ tags:
5
  model-index:
6
  - name: llama-2-7b-hf-zero-shot-prompt
7
  results: []
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
15
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 1.3135
 
18
 
19
  ## Model description
20
 
@@ -59,4 +67,4 @@ The following hyperparameters were used during training:
59
  - Transformers 4.32.1
60
  - Pytorch 2.0.1+cu118
61
  - Datasets 2.14.4
62
- - Tokenizers 0.13.3
 
5
  model-index:
6
  - name: llama-2-7b-hf-zero-shot-prompt
7
  results: []
8
+ license: mit
9
+ datasets:
10
+ - niting3c/Malicious_packets_subset
11
+ - niting3c/Malicious_packets
12
+ metrics:
13
+ - accuracy
14
+ pipeline_tag: text-classification
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
22
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 1.3135
25
+ - `{'accuracy': 0.546, 'recall': 0.098, 'precision': 0.9423076923076923, 'f1': 0.17753623188405795, 'total_time_in_seconds': 2308.70937472, 'samples_per_second': 0.4331424348815146, 'latency_in_seconds': 2.3087093747200003}`
26
 
27
  ## Model description
28
 
 
67
  - Transformers 4.32.1
68
  - Pytorch 2.0.1+cu118
69
  - Datasets 2.14.4
70
+ - Tokenizers 0.13.3