mtzig commited on
Commit
d482684
·
verified ·
1 Parent(s): 55f94da

Model save

Browse files
Files changed (5) hide show
  1. README.md +55 -0
  2. config.json +19 -0
  3. generation_config.json +4 -0
  4. model.safetensors +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: add_corrupt_1-16-17-advSeed-892342
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
+ # add_corrupt_1-16-17-advSeed-892342
14
+
15
+ This model is a fine-tuned version of [](https://huggingface.co/) 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: 0.0005
35
+ - train_batch_size: 128
36
+ - eval_batch_size: 512
37
+ - seed: 23452399
38
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
39
+ - lr_scheduler_type: cosine
40
+ - lr_scheduler_warmup_ratio: 0.1
41
+ - num_epochs: 1
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
46
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
47
+ | No log | 0 | 0 | 2.7176 | 0.0 |
48
+
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.46.0
53
+ - Pytorch 2.5.1
54
+ - Datasets 3.1.0
55
+ - Tokenizers 0.20.1
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NanoGPT"
4
+ ],
5
+ "bias": true,
6
+ "block_size": 256,
7
+ "dropout": 0.0,
8
+ "mlp_dim": 4,
9
+ "model_type": "nanogpt",
10
+ "n_embd": 384,
11
+ "n_head": 6,
12
+ "n_layer": 6,
13
+ "nonlinearity": "RELU",
14
+ "torch_dtype": "float32",
15
+ "transformers_version": "4.46.0",
16
+ "use_NoPE": true,
17
+ "use_layernorm": true,
18
+ "vocab_size": 14
19
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.46.0"
4
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a65469e968f46921672d75a60e330d37ed5575e372ffe621af9e81ec70ce25
3
+ size 42640744
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d29a6f5e0c620a4b50c568743742fb2bf03a7630d1130dcc6c4e0d5af396161
3
+ size 5240