Brendan King commited on
Commit
8caa5ee
1 Parent(s): fe91eb7

adding my pre-trained model

Browse files
app.py CHANGED
@@ -46,6 +46,11 @@ models: Dict[str, Dict[str, Any]] = {
46
  'name': 'dialogpt',
47
  'description': 'DialoGPT is a (fine-tuned GPT-2) dialogue response generation model for multiturn conversations from 147M Reddit Conversation chains',
48
  'output_file': './output/dialogpt-100ish-examples.jsonl'
 
 
 
 
 
49
  }
50
  }
51
  for model_def in models.values():
 
46
  'name': 'dialogpt',
47
  'description': 'DialoGPT is a (fine-tuned GPT-2) dialogue response generation model for multiturn conversations from 147M Reddit Conversation chains',
48
  'output_file': './output/dialogpt-100ish-examples.jsonl'
49
+ },
50
+ 'my-t5-pptod-checkpoint': {
51
+ 'name': 'my-t5-pptod-checkpoint',
52
+ 'description': 'My re-implementation of the pptod approach, in re-structured code',
53
+ 'output_file': './output/my-pre-train-t5-100ish-examples.jsonl'
54
  }
55
  }
56
  for model_def in models.values():
output/dialogpt-100ish-examples.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
output/my-pre-train-t5-100ish-examples.jsonl ADDED
The diff for this file is too large to render. See raw diff