AlHfac commited on
Commit
c369292
·
verified ·
1 Parent(s): 0207b42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -14,6 +14,7 @@ language:
14
  # How to Run thie Model
15
  基本的にhugging face modelとしてloadすればOK。
16
  コード例
 
17
  bnb_config = BitsAndBytesConfig(
18
  load_in_4bit=True,
19
  bnb_4bit_quant_type="nf4",
@@ -27,9 +28,9 @@ model = AutoModelForCausalLM.from_pretrained(
27
  token = HF_TOKEN
28
  )
29
  tokenizer = AutoTokenizer.from_pretrained('AlHfac/llm-jp-3-13b-it', trust_remote_code=True, token = HF_TOKEN)
 
30
 
31
-
32
- # Uploaded model
33
 
34
  - **Developed by:** AlHfac
35
  - **License:** apache-2.0
 
14
  # How to Run thie Model
15
  基本的にhugging face modelとしてloadすればOK。
16
  コード例
17
+ ```
18
  bnb_config = BitsAndBytesConfig(
19
  load_in_4bit=True,
20
  bnb_4bit_quant_type="nf4",
 
28
  token = HF_TOKEN
29
  )
30
  tokenizer = AutoTokenizer.from_pretrained('AlHfac/llm-jp-3-13b-it', trust_remote_code=True, token = HF_TOKEN)
31
+ ```
32
 
33
+ # Model Training Information
 
34
 
35
  - **Developed by:** AlHfac
36
  - **License:** apache-2.0