Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,8 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
51 |
|
52 |
- トークナイザー:Llama-2-7b-hfのトークナイザーをそのまま使用
|
53 |
|
|
|
|
|
54 |
The following `bitsandbytes` quantization config was used during training:
|
55 |
- quant_method: bitsandbytes
|
56 |
- load_in_8bit: False
|
|
|
51 |
|
52 |
- トークナイザー:Llama-2-7b-hfのトークナイザーをそのまま使用
|
53 |
|
54 |
+
## Training procedure
|
55 |
+
|
56 |
The following `bitsandbytes` quantization config was used during training:
|
57 |
- quant_method: bitsandbytes
|
58 |
- load_in_8bit: False
|