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

adding my fine-tuned checkpoint

Browse files
app.py CHANGED
@@ -51,6 +51,11 @@ models: Dict[str, Dict[str, Any]] = {
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():
 
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
+ 'my-t5-fine-tune-checkpoint': {
56
+ 'name': 'my-t5-fine-tune-checkpoint',
57
+ 'description': 'My re-implementation of the pptod approach, in re-structured code, fine-tuned on MultiWoZ',
58
+ 'output_file': './output/my-fine-tune-t5-100ish-examples.jsonl'
59
  }
60
  }
61
  for model_def in models.values():
output/my-fine-tune-t5-100ish-examples.jsonl ADDED
The diff for this file is too large to render. See raw diff