Files changed (1) hide show
  1. app.py +2 -2
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 entire conversations from the Facebook Emotion Dialogues dataset, excluding tags other than <bot> and <human>,, 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
  }
 
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
  }