jngan commited on
Commit
523b838
1 Parent(s): b18e6e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -163,5 +163,5 @@ Fred gives Robert the address of the music shop where he needs to buy guitar cab
163
  ## Usage:
164
  ```bash
165
  tokenizer = BartTokenizer.from_pretrained('facebook/bart-large-cnn')
166
- model = BartForConditionalGeneration.from_pretrained(jngan/bart-large-cnn-samsum )
167
  ```
 
163
  ## Usage:
164
  ```bash
165
  tokenizer = BartTokenizer.from_pretrained('facebook/bart-large-cnn')
166
+ model = BartForConditionalGeneration.from_pretrained('jngan/bart-large-cnn-samsum')
167
  ```