McGill-NLP/gemma-2-9b-it-Injongo-slot
Text Generation • 9B • Updated • 7
Error code: JWTInvalidSignature
Exception: InvalidSignatureError
Message: Signature verification failed
Traceback: Traceback (most recent call last):
File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
decoded = jwt.decode(
jwt=token,
...<2 lines>...
options=options,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
decoded = self.decode_complete(
jwt,
...<8 lines>...
leeway=leeway,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
decoded = self._jws.decode_complete(
jwt,
...<3 lines>...
detached_payload=detached_payload,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
self._verify_signature(
~~~~~~~~~~~~~~~~~~~~~~^
signing_input,
^^^^^^^^^^^^^^
...<4 lines>...
options=merged_options,
^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
raise InvalidSignatureError("Signature verification failed")
jwt.exceptions.InvalidSignatureError: Signature verification failedNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
InjongoIntent
There are 17 languages available :
The examples look like this for English:
from datasets import load_dataset
data = load_dataset('masakhane/InjongoIntent', 'eng')
# Please, specify the language code
# A data point example is below:
{
}
question: the question string to a grade school math problem.answer: the final numeric solution.All languages has two split the train and test and they correspond with the original train and test splits of the GSM8k dataset.
The splits have the following sizes :
| Language | train | test |
|---|---|---|
| am | 8 | 250 |
| ee | 8 | 250 |
| ha | 8 | 250 |
| kin | 8 | 250 |
| ln | 8 | 250 |
| lug | 8 | 250 |
| orm | 8 | 250 |
| sna | 8 | 250 |
| sw | 8 | 250 |
| tw | 8 | 250 |
| vai | 8 | 250 |
| wo | 8 | 250 |
| xh | 8 | 250 |
| yo | 8 | 250 |
| zu | 8 | 250 |
| en | 8 | 250 |