Skip to content

Commit

Permalink
update content in parameter size figure
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisugi committed Dec 9, 2023
1 parent 7f32262 commit d9163e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified figures/parameter_size_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions figures/scripts/parameter_size_overview_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
horizontalalignment='center'
)

if df["Type"][i].startswith("EN") and df["Lab"][i] in BIGTECH_LIST and df["Parameters(B)"][i] > 10:
if df["Type"][i].startswith("EN") and df["Lab"][i] in BIGTECH_LIST and df["Parameters(B)"][i] > 100:
ax.text(
df["Announced"][i],
df["Parameters(B)"][i] * 1.2,
Expand All @@ -82,7 +82,7 @@

ax.set_ylabel("パラメータ数(単位: billion)")
ax.set_yscale('log')
ax.set_ylim(0.01, 10000)
ax.set_ylim(0.09, 4000)


plt.xticks(rotation=45)
Expand Down

0 comments on commit d9163e8

Please sign in to comment.