asaoka commited on
Commit
1301820
1 Parent(s): 11e2e46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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