Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change description #2

Merged
merged 3 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/schema-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
validate:
name: Validate Schema
runs-on: ubuntu-latest

steps:
Expand All @@ -20,8 +21,6 @@ jobs:

- name: Install dependencies
run: npm ci
working-directory: data

- name: Run schema validation
run: node schemas/validator.js
working-directory: data
2 changes: 1 addition & 1 deletion models/anthropic/claude-3-5-sonnet-20240620/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"canonical_model_id": null,
"fine_tuned_from_model_id": null,
"name": "Claude 3.5 Sonnet",
"description": "Claude 3.5 Sonnet is a powerful AI model that outperforms competitor models and Claude 3 Opus on various evaluations. It excels in graduate-level reasoning, undergraduate-level knowledge, and coding proficiency, with improved understanding of nuance, humor, and complex instructions.",
"description": "Claude 3.5 Sonnet is a powerful AI model. It excels in graduate-level reasoning, undergraduate-level knowledge, and coding proficiency, with improved understanding of nuance, humor, and complex instructions.",
"release_date": "2024-06-21",
"input_context_size": 200000,
"output_context_size": 200000,
Expand Down
Loading