BenasSabalys
commited on
Commit
•
929ec6d
1
Parent(s):
5b44bbd
updating the model to a newer version
Browse files- config.json +1 -9
- merges.txt +0 -0
- tf_model.h5 +1 -1
- tokenizer_config.json +1 -1
- vocab.json +0 -0
config.json
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/drive/MyDrive/Colab Notebooks_b/modeliai/
|
3 |
"activation_function": "gelu_new",
|
4 |
-
"architectures": [
|
5 |
-
"GPT2LMHeadModel"
|
6 |
-
],
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bos_token_id": 0,
|
9 |
"embd_pdrop": 0.1,
|
@@ -18,16 +15,11 @@
|
|
18 |
"n_inner": null,
|
19 |
"n_layer": 12,
|
20 |
"n_positions": 1024,
|
21 |
-
"reorder_and_upcast_attn": false,
|
22 |
"resid_pdrop": 0.1,
|
23 |
-
"scale_attn_by_inverse_layer_idx": false,
|
24 |
-
"scale_attn_weights": true,
|
25 |
"summary_activation": null,
|
26 |
"summary_first_dropout": 0.1,
|
27 |
"summary_proj_to_labels": true,
|
28 |
"summary_type": "cls_index",
|
29 |
"summary_use_proj": true,
|
30 |
-
"transformers_version": "4.18.0",
|
31 |
-
"use_cache": true,
|
32 |
"vocab_size": 50000
|
33 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/Colab Notebooks_b/modeliai/visi_8",
|
3 |
"activation_function": "gelu_new",
|
|
|
|
|
|
|
4 |
"attn_pdrop": 0.1,
|
5 |
"bos_token_id": 0,
|
6 |
"embd_pdrop": 0.1,
|
|
|
15 |
"n_inner": null,
|
16 |
"n_layer": 12,
|
17 |
"n_positions": 1024,
|
|
|
18 |
"resid_pdrop": 0.1,
|
|
|
|
|
19 |
"summary_activation": null,
|
20 |
"summary_first_dropout": 0.1,
|
21 |
"summary_proj_to_labels": true,
|
22 |
"summary_type": "cls_index",
|
23 |
"summary_use_proj": true,
|
|
|
|
|
24 |
"vocab_size": 50000
|
25 |
}
|
merges.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497144144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69042eb69afb7fd86fbb8d97b2bb7b638fdb04929c26d20673ce83de7365ea4a
|
3 |
size 497144144
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "/content/drive/MyDrive/Colab Notebooks_b/modeliai/
|
|
|
1 |
+
{"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "/content/drive/MyDrive/Colab Notebooks_b/modeliai/visi_8"}
|
vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|