Geonmo commited on
Commit
e839607
β€’
1 Parent(s): 248a504
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ if __name__ == '__main__':
267
  2. Then, build a prompt using classified results.
268
  3. Request BLOOM API with the prompt.
269
 
270
- This demo is slightly different with the original method proposed in the socratie model paper.
271
  I used not only tencent ml class names, but also OpenImage class names and I adopt BLOOM for the large language model
272
 
273
  If you want the demo using GPT3 from OpenAI, check https://github.com/geonm/socratic-models-demo.
 
267
  2. Then, build a prompt using classified results.
268
  3. Request BLOOM API with the prompt.
269
 
270
+ This demo is slightly different with the original method proposed in the socratic model paper.
271
  I used not only tencent ml class names, but also OpenImage class names and I adopt BLOOM for the large language model
272
 
273
  If you want the demo using GPT3 from OpenAI, check https://github.com/geonm/socratic-models-demo.