daichira commited on
Commit
6d177b0
·
verified ·
1 Parent(s): e5a3930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -98,6 +98,8 @@ model = FastLanguageModel.get_peft_model(
98
  loftq_config=None,
99
  max_seq_length=max_seq_length,
100
  )
 
 
101
  ```
102
 
103
  ---
 
98
  loftq_config=None,
99
  max_seq_length=max_seq_length,
100
  )
101
+
102
+ HF_TOKEN = "Your_token_Write権限"
103
  ```
104
 
105
  ---