Update README.md
Browse files
README.md
CHANGED
@@ -56,4 +56,4 @@ model:
|
|
56 |
custom_config = AutoConfig.from_pretrained("ayjays132/phillnet")
|
57 |
custom_tokenizer = AutoTokenizer.from_pretrained("ayjays132/phillnet")
|
58 |
custom_model = AutoModelForSeq2SeqLM.from_pretrained("ayjays132/phillnet", config=custom_config, tokenizer=custom_tokenizer)
|
59 |
-
|
|
|
56 |
custom_config = AutoConfig.from_pretrained("ayjays132/phillnet")
|
57 |
custom_tokenizer = AutoTokenizer.from_pretrained("ayjays132/phillnet")
|
58 |
custom_model = AutoModelForSeq2SeqLM.from_pretrained("ayjays132/phillnet", config=custom_config, tokenizer=custom_tokenizer)
|
59 |
+
---
|