Spaces:
Runtime error
Runtime error
Update app.py
Browse filesModify a typo regarding the model description of ```single_conversation_relative``` (in line 44)
app.py
CHANGED
|
@@ -41,12 +41,12 @@ model_info = {
|
|
| 41 |
},
|
| 42 |
"single_conversation_relative": {
|
| 43 |
'url': 'https://huggingface.co/HannahLin271/NanoGPT/resolve/main/singleConversation_Relative.pt',
|
| 44 |
-
'description': "Trained on
|
| 45 |
'logo': '🧋'
|
| 46 |
},
|
| 47 |
"whole_conversation": {
|
| 48 |
'url': 'https://huggingface.co/HannahLin271/NanoGPT/resolve/main/wholeConversation.pt',
|
| 49 |
-
'description': "Trained on entire conversations from the Facebook Emotion Dialogues dataset, excluding tags other than <bot> and <human>,
|
| 50 |
'logo': '🍵'
|
| 51 |
},
|
| 52 |
}
|
|
|
|
| 41 |
},
|
| 42 |
"single_conversation_relative": {
|
| 43 |
'url': 'https://huggingface.co/HannahLin271/NanoGPT/resolve/main/singleConversation_Relative.pt',
|
| 44 |
+
'description': "Trained on Facebook Emotion Dialogues dataset, excluding emotion annotations for simpler conversations, using a default batch size of 64, using relative positional embedding.",
|
| 45 |
'logo': '🧋'
|
| 46 |
},
|
| 47 |
"whole_conversation": {
|
| 48 |
'url': 'https://huggingface.co/HannahLin271/NanoGPT/resolve/main/wholeConversation.pt',
|
| 49 |
+
'description': "Trained on entire conversations from the Facebook Emotion Dialogues dataset, excluding tags other than <bot> and <human>, using a default batch size of 64",
|
| 50 |
'logo': '🍵'
|
| 51 |
},
|
| 52 |
}
|