From 585d13e2ebda67ea06612f6c194ef50344e9cf5b Mon Sep 17 00:00:00 2001 From: Fahim Imaduddin Dalvi Date: Wed, 31 Jan 2024 16:03:30 +0300 Subject: [PATCH] Fix minor metadata issue --- .../emotion/Emotion_Jais13b_FewShot.py | 4 ++-- .../emotion/Emotion_Jais13b_ZeroShot.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_FewShot.py b/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_FewShot.py index 8edfa03c..461b1636 100644 --- a/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_FewShot.py +++ b/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_FewShot.py @@ -6,8 +6,8 @@ def metadata(): return { "author": "Arabic Language Technologies, QCRI, HBKU", - "model": "JAIS-13b", - "description": "Locally hosted JAIS-13b-chat model using FastChat. 3-shot results.", + "model": "Jais-13b-chat", + "description": "Locally hosted Jais-13b-chat model using FastChat. 3-shot results.", "scores": {"Jaccard similarity": "0.1001005"}, } diff --git a/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_ZeroShot.py b/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_ZeroShot.py index 899f8635..cfddddb1 100644 --- a/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_ZeroShot.py +++ b/assets/ar/sentiment_emotion_others/emotion/Emotion_Jais13b_ZeroShot.py @@ -6,8 +6,8 @@ def metadata(): return { "author": "Arabic Language Technologies, QCRI, HBKU", - "model": "JAIS-13b", - "description": "Locally hosted JAIS-13b-chat model using FastChat.", + "model": "Jais-13b-chat", + "description": "Locally hosted Jais-13b-chat model using FastChat.", "scores": {"Jaccard similarity": "0.16779"}, }