UNIST-Eunchan commited on
Commit
b09f644
·
1 Parent(s): 74d932d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -272,11 +272,11 @@ This model is a fine-tuned version of [google/flan-t5-large](https://huggingface
272
 
273
  ## Target Task
274
 
275
- - **NLP Paper's Abstract + Introduction --> {Question} [SEP] {Answer}**
276
 
277
 
278
  ## (1) How to use: Inference on CPU ( Code Snippets )
279
-
280
 
281
  ### Load model directly
282
  ```python
 
272
 
273
  ## Target Task
274
 
275
+ - NLP Paper's Abstract + Introduction --> {Question} [SEP] {Answer}
276
 
277
 
278
  ## (1) How to use: Inference on CPU ( Code Snippets )
279
+ - Inference can be slow on CPU
280
 
281
  ### Load model directly
282
  ```python