Benjamin Beilharz commited on
Commit
242585e
·
1 Parent(s): bf11c3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -3,10 +3,26 @@ language:
3
  - en
4
  datasets:
5
  - empathetic dialogues
 
 
 
 
 
 
 
6
  model-index:
7
  - name: dialoGPT-small-empatheticdialogues-generation
8
- results:
9
- - task:
10
- type: conversation
11
- name: Conversational
12
- ---
 
 
 
 
 
 
 
 
 
 
3
  - en
4
  datasets:
5
  - empathetic dialogues
6
+ tags:
7
+ - conversational
8
+ - pytorch
9
+ - transformers
10
+ - gpt2
11
+ license: mit
12
+
13
  model-index:
14
  - name: dialoGPT-small-empatheticdialogues-generation
15
+ results:
16
+ - task:
17
+ type: conversational
18
+ name: empathetic dialog
19
+ dataset:
20
+ type: empathetic_dialogues
21
+ name: Empathetic Dialogues
22
+ metrics:
23
+ - type: accuracy
24
+ value: nan
25
+ ---
26
+
27
+ Still figuring out to properly write model cards.
28
+ WIP.