diff --git a/scripts/consolidate_csv.py b/scripts/consolidate_csv.py index fa89b65..d163d44 100644 --- a/scripts/consolidate_csv.py +++ b/scripts/consolidate_csv.py @@ -101,13 +101,13 @@ def write_simplified_html(df): html_table = '
Project | Availability | Documentation | Access | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
(maker, bases, URL) | Open code | LLM data | LLM weights | RL data | RL weights | License | Code | Architecture | Preprint | Paper | Modelcard | Datasheet | Package | API |
Open code | LLM data | LLM weights | RL data | RL weights | License | Code | Architecture | Preprint | Paper | Modelcard | Datasheet | Package | API | elements for colour coding and links to source of the class judgement: https://github.com/liesenf/awesome-open-chatgpt/issues/12 cells = ["opencode", "llmdata", "llmweights", "rldata", "rlweights", "license", "code", "architecture", "preprint", "paper", "modelcard", "datasheet", "package", "api"] # first row @@ -123,6 +123,13 @@ def write_simplified_html(df): r1_html += ' | {} | '.format(cl, link, notes, symbol) r1_html += "\n" html_table += r1_html + # second row + #r2_html = '
{} | '.format(df.loc[p, "org.link"], df.loc[p, "org.name"], df.loc[p, "org.name"]) + r2_html = '||||||||||||||
{} | '.format(df.loc[p, "project.link"], df.loc[p, "project.notes"], df.loc[p, "org.name"]) + r2_html += 'LLM base: {} | RL base: {} | '.format(df.loc[p, "project.llmbase"], df.loc[p, "project.rlbase"]) + #r2_html += '§ | § | \n'.format(df.loc[p, "org.link"], df.loc[p, "org.name"]) + html_table += r2_html # closing tags html_table += '\n' html_table += '