HannahLin271 commited on
Commit
7a33625
·
verified ·
1 Parent(s): 1a048c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,9 +14,9 @@ model_info = {
14
  'description': " We trained this model on on Facebook Emotion Dialogues dataset with additional GPT data, using a batch size of 256.",
15
  'logo': '🧃'
16
  },
17
- "single_conversation_withGPTdata_withoutemotion": {
18
  'url': 'https://huggingface.co/HannahLin271/NanoGPT/resolve/main/singleConversation_withGPTdata_withoutemotion.pt',
19
- 'description': " We trained this model on Facebook Emotion Dialogues dataset with GPT data, excluding emotion tag, using a default batch size of 64.",
20
  'logo': '🧉'
21
  },
22
  "single_conversation_withcontext": {
 
14
  'description': " We trained this model on on Facebook Emotion Dialogues dataset with additional GPT data, using a batch size of 256.",
15
  'logo': '🧃'
16
  },
17
+ "single_conversation_withGPTdata": {
18
  'url': 'https://huggingface.co/HannahLin271/NanoGPT/resolve/main/singleConversation_withGPTdata_withoutemotion.pt',
19
+ 'description': " We trained this model on Facebook Emotion Dialogues dataset with GPT data, excluding emotion and context tag, using a default batch size of 64.",
20
  'logo': '🧉'
21
  },
22
  "single_conversation_withcontext": {