oluwatosin adewumi commited on
Commit
89e0fd3
1 Parent(s): b90037d

README updated with example conversation

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -18,18 +18,20 @@ DialoGPT_SV
18
 
19
  This is a fine-tuned model of the DialoGPT (medium) on the Swedish Gothenburg Dialogue Corpus (GDC). It is intended to be used as a Swedish conversational system. The GDC dataset it's trained on is limited in scope, as it's from the transcription of dialogues of about 25 different social activities, including debates, academic seminars and situations. The dataset has about 108K turns.
20
 
21
- The perplexity achieved on the test and validation sets (from 80:10:10 split) are 27.81 and 27.81, respectivley. More information about the original pre-trained model can be found [here] (https://huggingface.co/microsoft/DialoGPT-medium)
22
 
23
  * Generation example from an interactive environment:
24
 
25
  |Role | Response |
26
  |---------|------------|
27
- |User | |
28
- |Bot | |
 
 
29
 
30
  Please find the information about preprocessing, training and full details of the DialoGPT in the [original DialoGPT repository](https://github.com/microsoft/DialoGPT)
31
 
32
- The paper for this work was accepted at the Northern Lights Deep Learning conference 2022. Arxiv paper: [https://arxiv.org/pdf/2110.06273.pdf] (https://arxiv.org/pdf/2110.06273.pdf)
33
 
34
  ### How to use
35
 
 
18
 
19
  This is a fine-tuned model of the DialoGPT (medium) on the Swedish Gothenburg Dialogue Corpus (GDC). It is intended to be used as a Swedish conversational system. The GDC dataset it's trained on is limited in scope, as it's from the transcription of dialogues of about 25 different social activities, including debates, academic seminars and situations. The dataset has about 108K turns.
20
 
21
+ The perplexity achieved on the test and validation sets (from 80:10:10 split) are 27.81 and 27.81, respectivley. More information about the original pre-trained model can be found [here](https://huggingface.co/microsoft/DialoGPT-medium)
22
 
23
  * Generation example from an interactive environment:
24
 
25
  |Role | Response |
26
  |---------|------------|
27
+ |User | Jag ska fika |
28
+ |Bot | ja det är ju så att jag kanske inte kan få den att göra det |
29
+ |User | tack så mycket |
30
+ |Bot | tack tack ses vi om sex vecko igen |
31
 
32
  Please find the information about preprocessing, training and full details of the DialoGPT in the [original DialoGPT repository](https://github.com/microsoft/DialoGPT)
33
 
34
+ The paper for this work was accepted at the Northern Lights Deep Learning conference 2022. Arxiv paper: [https://arxiv.org/pdf/2110.06273.pdf](https://arxiv.org/pdf/2110.06273.pdf)
35
 
36
  ### How to use
37