Skip to content

Commit

Permalink
Set authorship correctly, along with minor improvements to docs. (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwgoldman committed Apr 10, 2024
1 parent 34adc30 commit bc3a6b6
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# modelgauge
# Model Gauge

Goal: Make it easy to automatically and uniformly test the behavior of many AI Systems.
Goal: Make it easy to automatically and uniformly measure the behavior of many AI Systems.

> [!WARNING]
> This repo is still in **beta** with a planned full release in Fall 2024. Until then we reserve the right to make backward incompatible changes as needed.
Expand Down
2 changes: 1 addition & 1 deletion demo_plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Demo Plugin

This directory contains worked examples for how to define your own Tests, and SUTs in NewHelm. For a more detailed tutorial, see the docs. To see this code in action, from the top level git directory:
This directory contains worked examples for how to define your own Tests, and SUTs in ModelGauge. For a more detailed tutorial, see the docs. To see this code in action, from the top level git directory:

```
poetry install --extras demo
Expand Down
2 changes: 1 addition & 1 deletion demo_plugin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "demo_plugin"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]
readme = "README.md"
packages = [{include = "modelgauge"}]

Expand Down
2 changes: 1 addition & 1 deletion plugins/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "modelgauge-huggingface"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]
readme = "README.md"
packages = [{include = "modelgauge"}]

Expand Down
2 changes: 1 addition & 1 deletion plugins/openai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "modelgauge-openai"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]
readme = "README.md"
packages = [{include = "modelgauge"}]

Expand Down
2 changes: 1 addition & 1 deletion plugins/perspective_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "perspective_api"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]
readme = "README.md"
packages = [{include = "modelgauge"}]

Expand Down
2 changes: 1 addition & 1 deletion plugins/standard_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "standard_tests"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]
readme = "README.md"
packages = [{include = "modelgauge"}]

Expand Down
2 changes: 1 addition & 1 deletion plugins/together/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "modelgauge-together"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]
readme = "README.md"
packages = [{include = "modelgauge"}]

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "modelgauge"
version = "0.3.3"
description = ""
authors = ["Your Name <you@example.com>"]
description = "Make it easy to automatically and uniformly measure the behavior of many AI Systems."
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/data/install_pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nhshell"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["MLCommons AI Safety <ai-safety-engineering@mlcommons.org>"]

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
Expand Down

0 comments on commit bc3a6b6

Please sign in to comment.