HannahLin271 ryuruz commited on
Commit
f968a6f
·
verified ·
1 Parent(s): 8add2ec

Update app.py (#3)

Browse files

- Update app.py (a7e6059cd18248672799c276001ef020afb7bb01)


Co-authored-by: Jihyun Ryu <ryuruz@users.noreply.huggingface.co>

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
  }