IngeniousArtist commited on
Commit
48e1fda
1 Parent(s): d70f15d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -16
README.md CHANGED
@@ -7,7 +7,6 @@ datasets:
7
  model-index:
8
  - name: llama2-finance
9
  results: []
10
- library_name: peft
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
16
  # llama2-finance
17
 
18
  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 financial_phrasebank dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 2.2702
21
 
22
  ## Model description
23
 
@@ -33,17 +30,6 @@ More information needed
33
 
34
  ## Training procedure
35
 
36
-
37
- The following `bitsandbytes` quantization config was used during training:
38
- - load_in_8bit: False
39
- - load_in_4bit: True
40
- - llm_int8_threshold: 6.0
41
- - llm_int8_skip_modules: None
42
- - llm_int8_enable_fp32_cpu_offload: False
43
- - llm_int8_has_fp16_weight: False
44
- - bnb_4bit_quant_type: nf4
45
- - bnb_4bit_use_double_quant: False
46
- - bnb_4bit_compute_dtype: float16
47
  ### Training hyperparameters
48
 
49
  The following hyperparameters were used during training:
@@ -55,7 +41,7 @@ The following hyperparameters were used during training:
55
  - total_train_batch_size: 16
56
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
  - lr_scheduler_type: cosine
58
- - num_epochs: 1
59
 
60
  ### Training results
61
 
@@ -63,7 +49,6 @@ The following hyperparameters were used during training:
63
 
64
  ### Framework versions
65
 
66
- - PEFT 0.4.0
67
  - Transformers 4.31.0
68
  - Pytorch 2.0.1+cu117
69
  - Datasets 2.14.4
 
7
  model-index:
8
  - name: llama2-finance
9
  results: []
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  # llama2-finance
16
 
17
  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 financial_phrasebank dataset.
 
 
18
 
19
  ## Model description
20
 
 
30
 
31
  ## Training procedure
32
 
 
 
 
 
 
 
 
 
 
 
 
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
 
41
  - total_train_batch_size: 16
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: cosine
44
+ - training_steps: 20
45
 
46
  ### Training results
47
 
 
49
 
50
  ### Framework versions
51
 
 
52
  - Transformers 4.31.0
53
  - Pytorch 2.0.1+cu117
54
  - Datasets 2.14.4