mtzig commited on
Commit
c5a3d64
·
verified ·
1 Parent(s): 371dfd5

Model save

Browse files
Files changed (5) hide show
  1. README.md +67 -0
  2. config.json +18 -0
  3. generation_config.json +4 -0
  4. model.safetensors +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: lge_tests_prelim
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # lge_tests_prelim
16
+
17
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.6389
20
+ - Accuracy: 0.0
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 64
41
+ - eval_batch_size: 64
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 128
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
54
+ | No log | 0 | 0 | 2.6413 | 0.0 |
55
+ | 5.2852 | 0.1948 | 15 | 2.6407 | 0.0 |
56
+ | 5.2837 | 0.3896 | 30 | 2.6399 | 0.0 |
57
+ | 5.2801 | 0.5844 | 45 | 2.6393 | 0.0 |
58
+ | 5.279 | 0.7792 | 60 | 2.6390 | 0.0 |
59
+ | 5.2795 | 0.9740 | 75 | 2.6389 | 0.0 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.46.0
65
+ - Pytorch 2.5.1
66
+ - Datasets 3.1.0
67
+ - Tokenizers 0.20.1
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NanoGPT"
4
+ ],
5
+ "bias": true,
6
+ "block_size": 1024,
7
+ "dropout": 0.0,
8
+ "model_type": "nanogpt",
9
+ "n_embd": 5,
10
+ "n_head": 1,
11
+ "n_layer": 2,
12
+ "nonlinearity": "RELU",
13
+ "torch_dtype": "float32",
14
+ "transformers_version": "4.46.0",
15
+ "use_NoPE": true,
16
+ "use_layernorm": true,
17
+ "vocab_size": 14
18
+ }
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:03c7ccad45799615a4f18c53ff241c2df51e7f4bb0b1d6b5ca071bdf2a872d2e
3
+ size 6000
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7523ae570b05eef2cfe1b8cd4fc5d4befb17f12abb82d15af46d9a1289f2962d
3
+ size 5240