VitaliiVrublevskyi commited on
Commit
337187e
1 Parent(s): 4659dc1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -17
README.md CHANGED
@@ -10,7 +10,6 @@ metrics:
10
  model-index:
11
  - name: Llama-2-7b-hf-finetuned-mrpc-v5
12
  results: []
13
- library_name: peft
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -20,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the glue dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6758
24
  - Accuracy: 0.8578
25
  - F1: 0.8986
 
26
 
27
  ## Model description
28
 
@@ -38,17 +37,6 @@ More information needed
38
 
39
  ## Training procedure
40
 
41
-
42
- The following `bitsandbytes` quantization config was used during training:
43
- - load_in_8bit: True
44
- - load_in_4bit: False
45
- - llm_int8_threshold: 6.0
46
- - llm_int8_skip_modules: None
47
- - llm_int8_enable_fp32_cpu_offload: False
48
- - llm_int8_has_fp16_weight: False
49
- - bnb_4bit_quant_type: fp4
50
- - bnb_4bit_use_double_quant: False
51
- - bnb_4bit_compute_dtype: float32
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
@@ -76,14 +64,13 @@ The following hyperparameters were used during training:
76
  | 0.42 | 10.0 | 9170 | 0.8407 | 0.8862 | 0.5576 |
77
  | 0.3678 | 11.0 | 10087 | 0.8480 | 0.8927 | 0.6212 |
78
  | 0.3453 | 12.0 | 11004 | 0.8480 | 0.8916 | 0.6070 |
79
- | 0.353 | 13.0 | 11921 | 0.6705 | 0.8529 | 0.8958 |
80
- | 0.3257 | 14.0 | 12838 | 0.6579 | 0.8407 | 0.8845 |
81
- | 0.3047 | 15.0 | 13755 | 0.6758 | 0.8578 | 0.8986 |
82
 
83
 
84
  ### Framework versions
85
 
86
- - PEFT 0.4.0
87
  - Transformers 4.31.0
88
  - Pytorch 2.0.1+cu118
89
  - Datasets 2.14.5
 
10
  model-index:
11
  - name: Llama-2-7b-hf-finetuned-mrpc-v5
12
  results: []
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
19
 
20
  This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the glue dataset.
21
  It achieves the following results on the evaluation set:
 
22
  - Accuracy: 0.8578
23
  - F1: 0.8986
24
+ - Loss: 0.6758
25
 
26
  ## Model description
27
 
 
37
 
38
  ## Training procedure
39
 
 
 
 
 
 
 
 
 
 
 
 
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
 
64
  | 0.42 | 10.0 | 9170 | 0.8407 | 0.8862 | 0.5576 |
65
  | 0.3678 | 11.0 | 10087 | 0.8480 | 0.8927 | 0.6212 |
66
  | 0.3453 | 12.0 | 11004 | 0.8480 | 0.8916 | 0.6070 |
67
+ | 0.353 | 13.0 | 11921 | 0.8529 | 0.8958 | 0.6705 |
68
+ | 0.3257 | 14.0 | 12838 | 0.8407 | 0.8845 | 0.6579 |
69
+ | 0.3047 | 15.0 | 13755 | 0.8578 | 0.8986 | 0.6758 |
70
 
71
 
72
  ### Framework versions
73
 
 
74
  - Transformers 4.31.0
75
  - Pytorch 2.0.1+cu118
76
  - Datasets 2.14.5