sirr commited on
Commit
446e645
1 Parent(s): fcfc3e8

Model save

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: openlm-research/open_llama_7b
4
  tags:
5
  - generated_from_trainer
6
  model-index:
@@ -13,10 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # devchat-llama-7b
15
 
16
- This model is a test - fine-tuned version of [openlm-research/open_llama_7b](https://huggingface.co/openlm-research/open_llama_7b)
17
- The full code example to easily launch the model will be provided in future.
18
-
19
- # w.i.p
20
 
21
  ## Model description
22
 
@@ -35,16 +32,14 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - learning_rate: 0.001
39
- - train_batch_size: 1
40
- - eval_batch_size: 1
41
  - seed: 42
42
- - gradient_accumulation_steps: 2
43
- - total_train_batch_size: 2
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: constant
46
  - lr_scheduler_warmup_ratio: 0.1
47
- - num_epochs: 3.0
48
 
49
  ### Training results
50
 
@@ -52,7 +47,7 @@ The following hyperparameters were used during training:
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.33.0
56
  - Pytorch 2.0.1+cu118
57
- - Datasets 2.14.4
58
  - Tokenizers 0.13.3
 
1
  ---
2
  license: apache-2.0
3
+ base_model: openlm-research/open_llama_7b_v2
4
  tags:
5
  - generated_from_trainer
6
  model-index:
 
13
 
14
  # devchat-llama-7b
15
 
16
+ This model is a fine-tuned version of [openlm-research/open_llama_7b_v2](https://huggingface.co/openlm-research/open_llama_7b_v2) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
+ - learning_rate: 2e-05
36
+ - train_batch_size: 2
37
+ - eval_batch_size: 2
38
  - seed: 42
 
 
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: constant
41
  - lr_scheduler_warmup_ratio: 0.1
42
+ - training_steps: 100
43
 
44
  ### Training results
45
 
 
47
 
48
  ### Framework versions
49
 
50
+ - Transformers 4.33.1
51
  - Pytorch 2.0.1+cu118
52
+ - Datasets 2.14.5
53
  - Tokenizers 0.13.3
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "openlm-research/open_llama_7b",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
@@ -17,7 +17,10 @@
17
  "q_proj",
18
  "v_proj",
19
  "k_proj",
20
- "o_proj"
 
 
 
21
  ],
22
  "task_type": "CAUSAL_LM"
23
  }
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "openlm-research/open_llama_7b_v2",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
17
  "q_proj",
18
  "v_proj",
19
  "k_proj",
20
+ "o_proj",
21
+ "gate_proj",
22
+ "up_proj",
23
+ "down_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c2a520d580c52fc8312303b1446190488b5031f5aa28c26900f795dcb6920ad
3
- size 16811144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7421a8f90dfd28fa615fe6b473c9b4ae96e07d31c38b71aee977c3088e7520fb
3
+ size 40036040
tokenizer.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab1b681ec7fc02fed5edd3026687d7a692a918c4dd8e150ca2e3994a6229843b
3
- size 534194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
3
+ size 511574
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e2562c2fc10a976832d0ec9c920dc2901bc73ee0591fd2549b5d9b59ac5ba00
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e260e040297d784fd2f4c28731614c59e40275b7ca5660a425c5ffdad038e56f
3
+ size 4091