Update README.md
Browse files
README.md
CHANGED
@@ -56,24 +56,6 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
56 |
|
57 |
- トークナイザー:[meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)のトークナイザーをそのまま使用
|
58 |
|
59 |
-
## Training procedure
|
60 |
-
|
61 |
-
The following `bitsandbytes` quantization config was used during training:
|
62 |
-
- quant_method: bitsandbytes
|
63 |
-
- load_in_8bit: False
|
64 |
-
- load_in_4bit: True
|
65 |
-
- llm_int8_threshold: 6.0
|
66 |
-
- llm_int8_skip_modules: None
|
67 |
-
- llm_int8_enable_fp32_cpu_offload: False
|
68 |
-
- llm_int8_has_fp16_weight: False
|
69 |
-
- bnb_4bit_quant_type: nf4
|
70 |
-
- bnb_4bit_use_double_quant: True
|
71 |
-
- bnb_4bit_compute_dtype: bfloat16
|
72 |
-
|
73 |
-
### Framework versions
|
74 |
-
|
75 |
-
- PEFT 0.5.0
|
76 |
-
|
77 |
トレーニング方法は,[「MetaのLlama 2をDatabricksでQLoRAを使ってファインチューニングしてみる」](https://qiita.com/taka_yayoi/items/a973fa2d08062224d422)を参照しました.
|
78 |
|
79 |
# JGLUEスコア
|
|
|
56 |
|
57 |
- トークナイザー:[meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)のトークナイザーをそのまま使用
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
トレーニング方法は,[「MetaのLlama 2をDatabricksでQLoRAを使ってファインチューニングしてみる」](https://qiita.com/taka_yayoi/items/a973fa2d08062224d422)を参照しました.
|
60 |
|
61 |
# JGLUEスコア
|