Ecosyste.ms: Timeline
Browse the timeline of over 8.72 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.
rogthefrog created a comment on an issue on mlcommons/modelgauge
Depends on PR 137 in the private annotator repo.
rogthefrog pushed 1 commit to feat/ensemble-annotator-add-wildguard mlcommons/modelgauge
- appease mypy 9438b77
github-actions[bot] created a comment on a pull request on mlcommons/modelgauge
****MLCommons CLA bot**** All contributors have signed the MLCommons CLA ✍️ ✅
rogthefrog opened a pull request on mlcommons/modelgauge
Add the wildguard private annotator, with some refactoring.
* Adds the newest private annotator to the ensemble annotator * Refactors how private annotators are configured for consistency This requires PR 137 in the private annotator repo to work.rogthefrog created a branch on mlcommons/modelgauge
feat/ensemble-annotator-add-wildguard - Make it easy to automatically and uniformly measure the behavior of many AI Systems.
wpietri published a release on mlcommons/modelgauge
v0.6.2
## What's Changed * Officially add new annotators by @bkorycki in https://github.com/mlcommons/modelgauge/pull/550 **Full Changelog**: https://github.com/mlcommons/modelgauge/compare/v0.6.1...wpietri created a tag on mlcommons/modelgauge
v0.6.2 - Make it easy to automatically and uniformly measure the behavior of many AI Systems.
github-actions[bot] created a comment on a pull request on mlcommons/modelgauge
****MLCommons CLA bot**** All contributors have signed the MLCommons CLA ✍️ ✅
wpietri created a branch on mlcommons/modelgauge
v0.6.2-release - Make it easy to automatically and uniformly measure the behavior of many AI Systems.
wpietri pushed 1 commit to main mlcommons/modelgauge
- Minor additions to explain the parts that were mysterious to me. (#549) 734dbc5
bkorycki closed a pull request on mlcommons/modelgauge
Officially add new annotators
This PR updates the actual v1.0 test to use new annotators. - The test specifies the set of individual annotators instead of interfacing with a single ensemble annotator object. This enables finer...bkorycki pushed 1 commit to ensemble-annotator-attempt-2 mlcommons/modelgauge
- api key value bug fix c0173b0
wpietri created a review on a pull request on mlcommons/modelgauge
Great progress for now, and I'm happy to have it merged. For the future, I think we can extract an object there. Having a parallel series of ifs can be a great time to introduce a superclass and th...
bkorycki pushed 1 commit to ensemble-annotator-attempt-2 mlcommons/modelgauge
- remove test that doesn't have proper patching infrastructure set up yet 877518e
bkorycki pushed 1 commit to ensemble-annotator-attempt-2 mlcommons/modelgauge
- suppress mypy errors for private imports 39cefb2
bkorycki pushed 1 commit to ensemble-annotator-attempt-2 mlcommons/modelgauge
- only use private annotators when they are pip installed 1b60458
rogthefrog created a review on a pull request on mlcommons/modelgauge
Nice and clear!
bkorycki pushed 1 commit to ensemble-annotator-attempt-2 mlcommons/modelgauge
- read hostname from environment a6f6d54