ayjays132 commited on
Commit
a8239d4
1 Parent(s): e103680

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
+ ---