Gabriel Tan commited on
Commit
386b070
1 Parent(s): f204006

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -20,8 +20,7 @@ A DialoGPT model fine-tuned on Tagalog conversational data scraped from the web.
20
 
21
  # Usage
22
 
23
- Here is an example of using Beam Search as the decoding method for our model. NOTE: the Hosted inference API found on the right does not reflect beam search generation.
24
-
25
  ```
26
  for step in range(2):
27
  # encode the new user input, add the eos_token and return a tensor in Pytorch
 
20
 
21
  # Usage
22
 
23
+ Here is an example of using Beam Search as the decoding method for our model.
 
24
  ```
25
  for step in range(2):
26
  # encode the new user input, add the eos_token and return a tensor in Pytorch