michalzajac
commited on
Commit
•
0a3f978
1
Parent(s):
7799fd3
End of training
Browse files- README.md +51 -0
- config.json +32 -0
- model.safetensors +3 -0
- runs/Mar11_09-12-48_devbox-q7k54/events.out.tfevents.1710148403.devbox-q7k54.3194.0 +3 -0
- runs/Mar11_09-56-19_devbox-q7k54/events.out.tfevents.1710151003.devbox-q7k54.27883.0 +3 -0
- runs/Mar11_09-59-16_devbox-q7k54/events.out.tfevents.1710151163.devbox-q7k54.29650.0 +3 -0
- runs/Mar11_10-05-11_devbox-q7k54/events.out.tfevents.1710151518.devbox-q7k54.32386.0 +3 -0
- runs/Mar11_10-09-03_devbox-q7k54/events.out.tfevents.1710151750.devbox-q7k54.34395.0 +3 -0
- runs/Mar11_10-13-22_devbox-q7k54/events.out.tfevents.1710152009.devbox-q7k54.36633.0 +3 -0
- runs/Mar11_10-16-43_devbox-q7k54/events.out.tfevents.1710152210.devbox-q7k54.38485.0 +3 -0
- runs/Mar11_10-18-58_devbox-q7k54/events.out.tfevents.1710152345.devbox-q7k54.39900.0 +3 -0
- runs/Mar11_10-22-38_devbox-q7k54/events.out.tfevents.1710152565.devbox-q7k54.41763.0 +3 -0
- runs/Mar11_10-23-37_devbox-q7k54/events.out.tfevents.1710152624.devbox-q7k54.42682.0 +3 -0
- runs/Mar11_10-25-42_devbox-q7k54/events.out.tfevents.1710152749.devbox-q7k54.44026.0 +3 -0
- runs/Mar11_10-27-15_devbox-q7k54/events.out.tfevents.1710152842.devbox-q7k54.45094.0 +3 -0
- runs/Mar11_10-29-07_devbox-q7k54/events.out.tfevents.1710152953.devbox-q7k54.46329.0 +3 -0
- runs/Mar11_10-31-31_devbox-q7k54/events.out.tfevents.1710153098.devbox-q7k54.47807.0 +3 -0
- runs/Mar11_10-32-58_devbox-q7k54/events.out.tfevents.1710153185.devbox-q7k54.48985.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: EleutherAI/pythia-14m
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: robust_llm_b8e98f8edf9211ee80e586e11d54e141_from_EleutherAI_pythia-14m
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# robust_llm_b8e98f8edf9211ee80e586e11d54e141_from_EleutherAI_pythia-14m
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m) on an unknown dataset.
|
16 |
+
|
17 |
+
## Model description
|
18 |
+
|
19 |
+
More information needed
|
20 |
+
|
21 |
+
## Intended uses & limitations
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Training and evaluation data
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training procedure
|
30 |
+
|
31 |
+
### Training hyperparameters
|
32 |
+
|
33 |
+
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 1e-05
|
35 |
+
- train_batch_size: 8
|
36 |
+
- eval_batch_size: 64
|
37 |
+
- seed: 42
|
38 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
+
- lr_scheduler_type: linear
|
40 |
+
- num_epochs: 1
|
41 |
+
|
42 |
+
### Training results
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
### Framework versions
|
47 |
+
|
48 |
+
- Transformers 4.37.2
|
49 |
+
- Pytorch 2.2.0
|
50 |
+
- Datasets 2.17.0
|
51 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "EleutherAI/pythia-14m",
|
3 |
+
"architectures": [
|
4 |
+
"GPTNeoXForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_bias": true,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"classifier_dropout": 0.1,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout": 0.0,
|
13 |
+
"hidden_size": 128,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 512,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"max_position_embeddings": 2048,
|
18 |
+
"model_type": "gpt_neox",
|
19 |
+
"num_attention_heads": 4,
|
20 |
+
"num_hidden_layers": 6,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"rope_scaling": null,
|
24 |
+
"rotary_emb_base": 10000,
|
25 |
+
"rotary_pct": 0.25,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.37.2",
|
29 |
+
"use_cache": false,
|
30 |
+
"use_parallel_residual": true,
|
31 |
+
"vocab_size": 50304
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ccf4bfb08d2988a8631ac03e3eaa734e58bbfe87444f6575028a2fd7cace117
|
3 |
+
size 30524712
|
runs/Mar11_09-12-48_devbox-q7k54/events.out.tfevents.1710148403.devbox-q7k54.3194.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a404bcf244224dd991f79e4bec24cc12aa1d8aa7a2986fd1c6cc2bb35f1eebf
|
3 |
+
size 4875
|
runs/Mar11_09-56-19_devbox-q7k54/events.out.tfevents.1710151003.devbox-q7k54.27883.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61a283be84c80e8313ef869faef793181531fc165e11a0c21ab79f33d6a0940c
|
3 |
+
size 4878
|
runs/Mar11_09-59-16_devbox-q7k54/events.out.tfevents.1710151163.devbox-q7k54.29650.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aebea39dae914883d7117c9e234142a792bdfa89538b3a3fa1cf40acaed830f5
|
3 |
+
size 4855
|
runs/Mar11_10-05-11_devbox-q7k54/events.out.tfevents.1710151518.devbox-q7k54.32386.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:694c5f9c183cad028cb1e29f4edeecea5bd8ea9e7f8fdc850065858aee408fcc
|
3 |
+
size 4855
|
runs/Mar11_10-09-03_devbox-q7k54/events.out.tfevents.1710151750.devbox-q7k54.34395.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d66db612898f312fde3f668292b1507195a0b4e55a490082e221a902f49eee8
|
3 |
+
size 4855
|
runs/Mar11_10-13-22_devbox-q7k54/events.out.tfevents.1710152009.devbox-q7k54.36633.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a86aefba9d62ba28e8d5f6aca23b93042146b95a4da8eafaac86c0de20f67b8
|
3 |
+
size 4855
|
runs/Mar11_10-16-43_devbox-q7k54/events.out.tfevents.1710152210.devbox-q7k54.38485.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96497743206149f2b8e176c8c962a03383b2aa9518cff0a3eecc9f7c12302cb6
|
3 |
+
size 4855
|
runs/Mar11_10-18-58_devbox-q7k54/events.out.tfevents.1710152345.devbox-q7k54.39900.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44331188b70d45bb9bfd6c216b00ae38e21832279ad012c852b902d648b46c4c
|
3 |
+
size 4855
|
runs/Mar11_10-22-38_devbox-q7k54/events.out.tfevents.1710152565.devbox-q7k54.41763.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fba419b9c4d31d715c0121a11f3465002d842eea8b4764dc565f636221001764
|
3 |
+
size 4855
|
runs/Mar11_10-23-37_devbox-q7k54/events.out.tfevents.1710152624.devbox-q7k54.42682.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa1952f0c1228e44d4a84617b446ab4c8dfe17ecf7b61295166aee722cccf41e
|
3 |
+
size 4855
|
runs/Mar11_10-25-42_devbox-q7k54/events.out.tfevents.1710152749.devbox-q7k54.44026.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3b73ce86e3428ce260af1ffd9eb357a46336f99ce647db2e0dbed6c6c51961f
|
3 |
+
size 4855
|
runs/Mar11_10-27-15_devbox-q7k54/events.out.tfevents.1710152842.devbox-q7k54.45094.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e865cc6c07c5189fc0396c3b595a9e4734a6af894ddc874e5ad9b9d81dbd7e9
|
3 |
+
size 4855
|
runs/Mar11_10-29-07_devbox-q7k54/events.out.tfevents.1710152953.devbox-q7k54.46329.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39c0f03791d4a14baefcd2fce34616dd32a39f6a7223cad7b726bebbec7a5922
|
3 |
+
size 4855
|
runs/Mar11_10-31-31_devbox-q7k54/events.out.tfevents.1710153098.devbox-q7k54.47807.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c074ed0b0ba0ea29bc15efc4a6a67c68638eef6536dfe849e8678bd3d587aa0
|
3 |
+
size 4855
|
runs/Mar11_10-32-58_devbox-q7k54/events.out.tfevents.1710153185.devbox-q7k54.48985.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cee49c38b6e237688f87bd087515b047408d85b9661359fb1ee5e9849e13388
|
3 |
+
size 4855
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53dc9e5b26bb7e48dd17fc9ae63571264ff87531e270406cfd37283554c6bc59
|
3 |
+
size 4792
|