-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1e0b1a
commit 4cdd0f6
Showing
17 changed files
with
1,388 additions
and
1,388 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-azure" | ||
version = "0.1.9" | ||
version = "0.1.10" | ||
description = "LangEvals Azure Content Safety evaluator for LLM outputs." | ||
authors = ["Rogerio Chaves <[email protected]>", "Yevhenii Budnyk <[email protected]>"] | ||
license = "MIT" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-example" | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
description = "LangEvals boilerplate example evaluator for LLMs." | ||
authors = ["Your Name <[email protected]>"] | ||
license = "MIT" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-huggingface" | ||
version = "0.1.7" | ||
version = "0.1.8" | ||
description = "Evaluators based on models available on huggingface." | ||
authors = [ | ||
"Rogerio Chaves <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-langevals" | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
description = "LangEvals core evaluators." | ||
authors = ["Rogerio Chaves <[email protected]>", "Yevhenii Budnyk <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-legacy" | ||
version = "0.1.9" | ||
version = "0.1.10" | ||
description = "LangEvals Legacy evaluator" | ||
authors = [ | ||
"Rogerio Chaves <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-lingua" | ||
version = "0.1.7" | ||
version = "0.1.8" | ||
description = "LangEvals lingua evaluator for language detection." | ||
authors = ["Rogerio Chaves <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-openai" | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
description = "LangEvals OpenAI moderation evaluator for LLM outputs." | ||
authors = ["Rogerio Chaves <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-presidio" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
description = "LangEvals integration for Presidio" | ||
authors = ["Rogerio Chaves <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-ragas" | ||
version = "0.1.9" | ||
version = "0.1.10" | ||
description = "LangEvals Ragas evaluator" | ||
authors = [ | ||
"Rogerio Chaves <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langevals-core" | ||
version = "0.1.12" | ||
version = "0.1.13" | ||
description = "Core package for LLM evaluation platform, providing base classes and utilities." | ||
authors = ["Rogerio Chaves <[email protected]>", "Yevhenii Budnyk <[email protected]>"] | ||
license = "MIT" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "langevals" | ||
version = "0.1.7" | ||
version = "0.1.8" | ||
description = "A platform to evaluate LLM outputs using various evaluators." | ||
authors = [ "Rogerio Chaves <[email protected]>",] | ||
license = "MIT" | ||
|
Oops, something went wrong.