zezeze97 commited on
Commit
a813af0
·
1 Parent(s): abdb364
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -36,6 +36,8 @@ model = AutoModelForCausalLM.from_pretrained(
36
  trust_remote_code=True)
37
  tokenizer = AutoTokenizer.from_pretrained(
38
  'NaughtyDog97/GeoFormalizer',
 
 
39
  trust_remote_code=True)
40
 
41
  # text prompt
 
36
  trust_remote_code=True)
37
  tokenizer = AutoTokenizer.from_pretrained(
38
  'NaughtyDog97/GeoFormalizer',
39
+ use_fast=True,
40
+ padding_side="right",
41
  trust_remote_code=True)
42
 
43
  # text prompt