emre commited on
Commit
155871b
·
1 Parent(s): 333d875

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ datasets:
6
  - bigscience/opensubtitles
7
  language:
8
  - es
9
- pipeline_tag: conversational
10
  ---
11
  ## Finetuned DialoGPT model on Spanish Conversations
12
 
@@ -55,4 +55,4 @@ for step in range(5):
55
 
56
  # pretty print last ouput tokens from bot
57
  print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
58
- ```
 
6
  - bigscience/opensubtitles
7
  language:
8
  - es
9
+ pipeline_tag: text-generation
10
  ---
11
  ## Finetuned DialoGPT model on Spanish Conversations
12
 
 
55
 
56
  # pretty print last ouput tokens from bot
57
  print("DialoGPT: {}".format(tokenizer.decode(chat_history_ids[:, bot_input_ids.shape[-1]:][0], skip_special_tokens=True)))
58
+ ```