Upload folder using huggingface_hub
Browse files- config.json +2 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -24,6 +24,7 @@
|
|
24 |
"relative_attention_max_distance": 128,
|
25 |
"relative_attention_num_buckets": 32,
|
26 |
"tie_word_embeddings": false,
|
|
|
27 |
"transformers_version": "4.27.1",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 70100
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "naija-t5-base",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
24 |
"relative_attention_max_distance": 128,
|
25 |
"relative_attention_num_buckets": 32,
|
26 |
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "float32",
|
28 |
"transformers_version": "4.27.1",
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 70100
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d7f1722ee2a8f80aae72689c830746d69477459241fe7cd3f53f13861a4b9d0
|
3 |
+
size 1223704885
|