Skip to content

Commit

Permalink
Fix minor issues in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fdalvi committed Jan 31, 2024
1 parent b32bd34 commit eead852
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions assets/ar/news_categorization/ASND_JAIS13b_ZeroShot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
def metadata():
return {
"author": "Arabic Language Technologies, QCRI, HBKU",
"model": "JAIS-13b",
"description": "Locally hosted JAIS-13b-chat model using FastChat.",
"scores": {"Macro-F1": ""},
"model": "Jais-13b-chat",
"description": "Locally hosted Jais-13b-chat model using FastChat.",
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
def metadata():
return {
"author": "Arabic Language Technologies, QCRI, HBKU",
"model": "JAIS-13b",
"description": "Locally hosted JAIS-13b-chat model using FastChat.",
"scores": {"Macro-F1": ""},
"model": "Jais-13b-chat",
"description": "Locally hosted Jais-13b-chat model using FastChat.",
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
def metadata():
return {
"author": "Arabic Language Technologies, QCRI, HBKU",
"model": "JAIS-13b",
"description": "Locally hosted JAIS-13b-chat model using FastChat.",
"scores": {"Macro-F1": ""},
"model": "Jais-13b-chat",
"description": "Locally hosted Jais-13b-chat model using FastChat.",
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
def metadata():
return {
"author": "Arabic Language Technologies, QCRI, HBKU",
"model": "JAIS-13b",
"description": "Locally hosted JAIS-13b-chat model using FastChat.",
"scores": {"Macro-F1": ""},
"model": "Jais-13b-chat",
"description": "Locally hosted Jais-13b-chat model using FastChat.",
}


Expand Down

0 comments on commit eead852

Please sign in to comment.