TinyStories-3M-val-Hebrew
Browse files- README.md +51 -0
- added_tokens.json +4 -0
- config.json +51 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Jun27_20-10-05_DESKTOP-7NAF1LL/events.out.tfevents.1687885819.DESKTOP-7NAF1LL.13904.0 +3 -0
- runs/Jun27_20-28-01_DESKTOP-7NAF1LL/events.out.tfevents.1687886890.DESKTOP-7NAF1LL.4064.0 +3 -0
- runs/Jun27_21-16-53_DESKTOP-7NAF1LL/events.out.tfevents.1687889832.DESKTOP-7NAF1LL.11060.0 +3 -0
- runs/Jun27_21-20-43_DESKTOP-7NAF1LL/events.out.tfevents.1687890064.DESKTOP-7NAF1LL.13404.0 +3 -0
- runs/Jun27_21-28-23_DESKTOP-7NAF1LL/events.out.tfevents.1687890508.DESKTOP-7NAF1LL.3328.0 +3 -0
- runs/Jun27_21-32-29_DESKTOP-7NAF1LL/events.out.tfevents.1687890754.DESKTOP-7NAF1LL.1068.0 +3 -0
- runs/Jun28_07-13-15_DESKTOP-7NAF1LL/events.out.tfevents.1687925598.DESKTOP-7NAF1LL.12756.0 +3 -0
- special_tokens_map.json +12 -0
- tokenizer.json +0 -0
- tokenizer_config.json +20 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: TinyStories-3M-val-Hebrew
|
6 |
+
results: []
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
+
should probably proofread and complete it, then remove this comment. -->
|
11 |
+
|
12 |
+
# TinyStories-3M-val-Hebrew
|
13 |
+
|
14 |
+
<!--This model is a fine-tuned version of [./TinyStories-3M-val-Hebrew](https://huggingface.co/./TinyStories-3M-val-Hebrew) on an unknown dataset.-->
|
15 |
+
|
16 |
+
## Model description
|
17 |
+
|
18 |
+
More information needed
|
19 |
+
|
20 |
+
## Intended uses & limitations
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Training and evaluation data
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training procedure
|
29 |
+
|
30 |
+
### Training hyperparameters
|
31 |
+
|
32 |
+
The following hyperparameters were used during training:
|
33 |
+
- learning_rate: 0.0004
|
34 |
+
- train_batch_size: 24
|
35 |
+
- eval_batch_size: 8
|
36 |
+
- seed: 42
|
37 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
+
- lr_scheduler_type: cosine_with_restarts
|
39 |
+
- lr_scheduler_warmup_steps: 500
|
40 |
+
- num_epochs: 300.0
|
41 |
+
|
42 |
+
### Training results
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
### Framework versions
|
47 |
+
|
48 |
+
- Transformers 4.31.0.dev0
|
49 |
+
- Pytorch 2.0.0
|
50 |
+
- Datasets 2.13.1
|
51 |
+
- Tokenizers 0.13.3
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|pad|>": 50258,
|
3 |
+
"<|startoftext|>": 50257
|
4 |
+
}
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./TinyStories-3M-val-Hebrew",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPTNeoForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0,
|
8 |
+
"attention_layers": [
|
9 |
+
"global",
|
10 |
+
"local",
|
11 |
+
"global",
|
12 |
+
"local",
|
13 |
+
"global",
|
14 |
+
"local",
|
15 |
+
"global",
|
16 |
+
"local"
|
17 |
+
],
|
18 |
+
"attention_types": [
|
19 |
+
[
|
20 |
+
[
|
21 |
+
"global",
|
22 |
+
"local"
|
23 |
+
],
|
24 |
+
4
|
25 |
+
]
|
26 |
+
],
|
27 |
+
"bos_token_id": 50256,
|
28 |
+
"classifier_dropout": 0.1,
|
29 |
+
"embed_dropout": 0,
|
30 |
+
"eos_token_id": 50256,
|
31 |
+
"gradient_checkpointing": false,
|
32 |
+
"hidden_size": 128,
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"intermediate_size": null,
|
35 |
+
"layer_norm_epsilon": 1e-05,
|
36 |
+
"max_position_embeddings": 2048,
|
37 |
+
"model_type": "gpt_neo",
|
38 |
+
"num_heads": 16,
|
39 |
+
"num_layers": 8,
|
40 |
+
"resid_dropout": 0,
|
41 |
+
"summary_activation": null,
|
42 |
+
"summary_first_dropout": 0.1,
|
43 |
+
"summary_proj_to_labels": true,
|
44 |
+
"summary_type": "cls_index",
|
45 |
+
"summary_use_proj": true,
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.31.0.dev0",
|
48 |
+
"use_cache": true,
|
49 |
+
"vocab_size": 50259,
|
50 |
+
"window_size": 256
|
51 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.31.0.dev0"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4695360bd64459039470e08baac4c0438a8e4e6efdee037ab05204cce4123c2
|
3 |
+
size 66709565
|
runs/Jun27_20-10-05_DESKTOP-7NAF1LL/events.out.tfevents.1687885819.DESKTOP-7NAF1LL.13904.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e4ecc276e72888272879211a2f2ce35ac17592cf6712b22e9390ba66d0bf5b5
|
3 |
+
size 6903
|
runs/Jun27_20-28-01_DESKTOP-7NAF1LL/events.out.tfevents.1687886890.DESKTOP-7NAF1LL.4064.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66a84c7b9eac98b3a0381d97480a76e44b487b3ebcaf7d26810d488bc4f73bb3
|
3 |
+
size 7996
|
runs/Jun27_21-16-53_DESKTOP-7NAF1LL/events.out.tfevents.1687889832.DESKTOP-7NAF1LL.11060.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b72dce80eb843f269d56ccb5bb6d609a49f41dee58141ecf499e0e68eee41850
|
3 |
+
size 4544
|
runs/Jun27_21-20-43_DESKTOP-7NAF1LL/events.out.tfevents.1687890064.DESKTOP-7NAF1LL.13404.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bc457a2db9d48ad45a07b326131fd49586f01868f4e545e66a6f12e4775f2d8
|
3 |
+
size 4815
|
runs/Jun27_21-28-23_DESKTOP-7NAF1LL/events.out.tfevents.1687890508.DESKTOP-7NAF1LL.3328.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:850ec3747ee6106a887c7850d619e8f55c55ac05488d44ae7769e28073ec4316
|
3 |
+
size 4503
|
runs/Jun27_21-32-29_DESKTOP-7NAF1LL/events.out.tfevents.1687890754.DESKTOP-7NAF1LL.1068.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4979c9025c9e085f86257d5106ea3c71d64ded1494882fa16ce6233fb251388
|
3 |
+
size 27487
|
runs/Jun28_07-13-15_DESKTOP-7NAF1LL/events.out.tfevents.1687925598.DESKTOP-7NAF1LL.12756.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2b3d1ce943396cd9f37d336fc95db5f6f789e2df143cc1a6a6382d2e4a5ee48
|
3 |
+
size 11326
|
special_tokens_map.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|startoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"pad_token": "<|pad|>",
|
5 |
+
"unk_token": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
}
|
12 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"bos_token": "<|startoftext|>",
|
5 |
+
"clean_up_tokenization_spaces": true,
|
6 |
+
"eos_token": "<|endoftext|>",
|
7 |
+
"errors": "replace",
|
8 |
+
"model_max_length": 2048,
|
9 |
+
"pad_token": "<|pad|>",
|
10 |
+
"tokenizer_class": "GPT2Tokenizer",
|
11 |
+
"unk_token": {
|
12 |
+
"__type": "AddedToken",
|
13 |
+
"content": "<|endoftext|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false
|
18 |
+
},
|
19 |
+
"unknown_token": "<|unknown|>"
|
20 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|