Training in progress, step 10
Browse files- README.md +14 -0
- adapter_model.bin +1 -1
- adapter_model.safetensors +3 -0
- config.json +47 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,6 +6,7 @@ tags:
|
|
6 |
model-index:
|
7 |
- name: adapter_ingredients_base
|
8 |
results: []
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,6 +30,18 @@ More information needed
|
|
29 |
|
30 |
## Training procedure
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
@@ -49,6 +62,7 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Framework versions
|
51 |
|
|
|
52 |
- Transformers 4.33.3
|
53 |
- Pytorch 2.0.1+cu117
|
54 |
- Datasets 2.14.5
|
|
|
6 |
model-index:
|
7 |
- name: adapter_ingredients_base
|
8 |
results: []
|
9 |
+
library_name: peft
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
## Training procedure
|
32 |
|
33 |
+
|
34 |
+
The following `bitsandbytes` quantization config was used during training:
|
35 |
+
- quant_method: bitsandbytes
|
36 |
+
- load_in_8bit: False
|
37 |
+
- load_in_4bit: True
|
38 |
+
- llm_int8_threshold: 6.0
|
39 |
+
- llm_int8_skip_modules: None
|
40 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
41 |
+
- llm_int8_has_fp16_weight: False
|
42 |
+
- bnb_4bit_quant_type: nf4
|
43 |
+
- bnb_4bit_use_double_quant: True
|
44 |
+
- bnb_4bit_compute_dtype: bfloat16
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
|
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- PEFT 0.5.0
|
66 |
- Transformers 4.33.3
|
67 |
- Pytorch 2.0.1+cu117
|
68 |
- Datasets 2.14.5
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 261189453
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e00621218bcf3e7e1ddd2951430483aabc9ecdc39b11c8dd507ace0d08045f71
|
3 |
size 261189453
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c6a7412cf0b2849f6776167701fd1beddbc0ef6b9730fa98233ae9744c3f9c3
|
3 |
+
size 261131840
|
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "vilsonrodrigues/falcon-7b-sharded",
|
3 |
+
"alibi": false,
|
4 |
+
"apply_residual_connection_post_layernorm": false,
|
5 |
+
"architectures": [
|
6 |
+
"FalconForCausalLM"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"auto_map": {
|
10 |
+
"AutoConfig": "vilsonrodrigues/falcon-7b-sharded--configuration_falcon.FalconConfig",
|
11 |
+
"AutoModel": "vilsonrodrigues/falcon-7b-sharded--modeling_falcon.FalconModel",
|
12 |
+
"AutoModelForCausalLM": "vilsonrodrigues/falcon-7b-sharded--modeling_falcon.FalconForCausalLM",
|
13 |
+
"AutoModelForQuestionAnswering": "vilsonrodrigues/falcon-7b-sharded--modeling_falcon.FalconForQuestionAnswering",
|
14 |
+
"AutoModelForSequenceClassification": "vilsonrodrigues/falcon-7b-sharded--modeling_falcon.FalconForSequenceClassification",
|
15 |
+
"AutoModelForTokenClassification": "vilsonrodrigues/falcon-7b-sharded--modeling_falcon.FalconForTokenClassification"
|
16 |
+
},
|
17 |
+
"bias": false,
|
18 |
+
"bos_token_id": 11,
|
19 |
+
"eos_token_id": 11,
|
20 |
+
"hidden_dropout": 0.0,
|
21 |
+
"hidden_size": 4544,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"layer_norm_epsilon": 1e-05,
|
24 |
+
"model_type": "falcon",
|
25 |
+
"multi_query": true,
|
26 |
+
"new_decoder_architecture": false,
|
27 |
+
"num_attention_heads": 71,
|
28 |
+
"num_hidden_layers": 32,
|
29 |
+
"num_kv_heads": 71,
|
30 |
+
"parallel_attn": true,
|
31 |
+
"quantization_config": {
|
32 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
33 |
+
"bnb_4bit_quant_type": "nf4",
|
34 |
+
"bnb_4bit_use_double_quant": true,
|
35 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
36 |
+
"llm_int8_has_fp16_weight": false,
|
37 |
+
"llm_int8_skip_modules": null,
|
38 |
+
"llm_int8_threshold": 6.0,
|
39 |
+
"load_in_4bit": true,
|
40 |
+
"load_in_8bit": false,
|
41 |
+
"quant_method": "bitsandbytes"
|
42 |
+
},
|
43 |
+
"torch_dtype": "bfloat16",
|
44 |
+
"transformers_version": "4.33.3",
|
45 |
+
"use_cache": false,
|
46 |
+
"vocab_size": 65024
|
47 |
+
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ba8a8ef281b481bc21613c47d4ff159f21426ebac0a03dd9baa07efd93d2753
|
3 |
size 4027
|