Spaces:
Runtime error
Runtime error
fix typo
Browse files
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
|
| 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.
|