atsuki-yamaguchi commited on
Commit
a435ef3
1 Parent(s): 60edc3f

Upload folder using huggingface_hub

Browse files
Files changed (7) hide show
  1. README.md +15 -26
  2. adapter_config.json +1 -23
  3. optimizer.pt +3 -0
  4. rng_state.pth +3 -0
  5. scheduler.pt +3 -0
  6. trainer_state.json +0 -0
  7. training_args.bin +3 -0
README.md CHANGED
@@ -1,32 +1,21 @@
1
  ---
2
- license: mit
3
- language:
4
- - de
5
  ---
6
- BLOOM-7B LAPT German
7
- ===
8
 
9
- ## How to use
10
- ```python
11
- from transformers import AutoModelForCausalLM
12
 
13
- model = AutoModelForCausalLM.from_pretrained(
14
- "bigscience/bloom-7b1"
15
- )
16
- model.load_adapter("atsuki-yamaguchi/bloom-7b1-lapt-de")
17
- ```
 
 
 
 
 
 
 
18
 
19
- ## Citation
20
- ```
21
- @article{yamaguchi2024empirical,
22
- title={An Empirical Study on Cross-lingual Vocabulary Adaptation for Efficient Generative {LLM} Inference},
23
- author={Atsuki Yamaguchi and Aline Villavicencio and Nikolaos Aletras},
24
- journal={ArXiv},
25
- year={2024},
26
- volume={abs/2402.10712},
27
- url={https://arxiv.org/abs/2402.10712}
28
- }
29
- ```
30
 
31
- ## Link
32
- For more details, please visit https://github.com/gucci-j/llm-cva
 
1
  ---
2
+ library_name: peft
 
 
3
  ---
4
+ ## Training procedure
 
5
 
 
 
 
6
 
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: True
10
+ - load_in_4bit: False
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float32
18
+ ### Framework versions
19
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
+ - PEFT 0.5.0
 
adapter_config.json CHANGED
@@ -1,23 +1 @@
1
- {
2
- "auto_mapping": null,
3
- "base_model_name_or_path": "/mnt/parscratch/users/acp23ay/private/models/bloom-7b1-de-pruned",
4
- "bias": "none",
5
- "fan_in_fan_out": false,
6
- "inference_mode": true,
7
- "init_lora_weights": true,
8
- "layers_pattern": null,
9
- "layers_to_transform": null,
10
- "lora_alpha": 32,
11
- "lora_dropout": 0.05,
12
- "modules_to_save": null,
13
- "peft_type": "LORA",
14
- "r": 8,
15
- "revision": null,
16
- "target_modules": [
17
- "query_key_value",
18
- "dense",
19
- "dense_h_to_4h",
20
- "dense_4h_to_h"
21
- ],
22
- "task_type": "CAUSAL_LM"
23
- }
 
1
+ {"auto_mapping": null, "base_model_name_or_path": "bigscience/bloom-7b1", "bias": "none", "fan_in_fan_out": false, "inference_mode": true, "init_lora_weights": true, "layers_pattern": null, "layers_to_transform": null, "lora_alpha": 32, "lora_dropout": 0.05, "modules_to_save": null, "peft_type": "LORA", "r": 8, "revision": null, "target_modules": ["query_key_value", "dense", "dense_h_to_4h", "dense_4h_to_h"], "task_type": "CAUSAL_LM"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b056dddcb624c933f2790deff811a465d2b55df46465765c5c9e8e9fb4f129d1
3
+ size 31799994
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f25c7a6aa4f56a4d283994878acdc2057c1cc32d632535279aaa055c1b8131
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6a3412cf3ff41d490f0c896819a1d38f5e0a8ca281ee9d2b8bd0b9e70ce366d
3
+ size 1064
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091c816e1334581b1a7d420713ce729ad8300fffa10e04446b529fea2f89e0a5
3
+ size 4664