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

Update app.py

Browse files

Modify a typo regarding the model description of ```single_conversation_relative``` (in line 44)

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
  }