111
Browse files
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
|