Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Dec 1, 2024
1 parent e516e69 commit 07af7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/tirex/DiffIr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
if (this.qrels && this.qrels[i.doc_id] !== undefined) {
judgment = this.qrels[i.doc_id]
}
let relevanceColor
if (judgment in this.meta.relevanceColors) {
relevanceColor = this.meta.relevanceColors[judgment]
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ export interface DatasetInfo {
id: string;
ir_datasets_id: string | undefined;
chatnoir_id: string | undefined;
is_confidential: boolean;
display_name: string;
default_task: string | undefined;
default_task_name: string | undefined;
mirrors: Record<string, string>;
}

export interface ClaimSubmissionInfo {
Expand Down

0 comments on commit 07af7e6

Please sign in to comment.