opening-up-chatgpt / opening-up-chatgpt.github.io

Tracking instruction-tuned LLM openness. Paper: Liesenfeld, Andreas, Alianda Lopez, and Mark Dingemanse. 2023. “Opening up ChatGPT: Tracking Openness, Transparency, and Accountability in Instruction-Tuned Text Generators.” In Proceedings of the 5th International Conference on Conversational User Interfaces. doi:10.1145/3571884.3604316.
https://opening-up-chatgpt.github.io/
Apache License 2.0
80 stars 5 forks source link

Add simplified output #85

Closed mdingemanse closed 2 months ago

mdingemanse commented 2 months ago

We want to move towards generating multiple output formats. As a test, I tried modifying consolidate.py to create an additional table, to be written to figure.html with its own template template-figure.html.

While the workflow runs without errors, I'm not getting the output I expected. @timjzee can you spare a minute to see what error or wrong assumption I'm making?

mdingemanse commented 2 months ago

Actually I've fixed it — closing