Skip to content

WaelDataReply/LLM_As_A_Judge

Repository files navigation

LLM_As_A_Judge

This repository contains the notebook to detect vulnerabilities of Claude-V2 on AWS Bedrock using GPT4 and Giskard open-source library. Prerequisites:

  • An AWS Account
  • An access to Anthropic models on AWS Bedrock: alt text
  • A notebook instance on SageMaker (used instance: ml.c5.4xlarge) with a Full Access Role to Bedrock:
{
	"Version": "2012-10-17",
	"Statement": [
		{
			"Sid": "FullAccessBedrock",
			"Effect": "Allow",
			"Action": "bedrock:*",
			"Resource": "*"
		}
	]
}

[Results]:
alt text alt text

About

This repository contains the notebook to detect vulnerabilities of Claude-V2 on AWS Bedrock using GPT4 and Giskard open-source library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors