pszemraj commited on
Commit
f6f7ebf
1 Parent(s): 5ef9526

Model save

Browse files
Files changed (3) hide show
  1. README.md +68 -0
  2. generation_config.json +7 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: silu-griffin-1024-c3t-8layer
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: silu-griffin-1024-c3t-8layer-simple_wikipedia_LM-vN
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
+ # silu-griffin-1024-c3t-8layer-simple_wikipedia_LM-vN
16
+
17
+ This model is a fine-tuned version of [silu-griffin-1024-c3t-8layer](https://huggingface.co/silu-griffin-1024-c3t-8layer) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 4.1877
20
+ - Accuracy: 0.4085
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: 0.0003
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 80085
43
+ - gradient_accumulation_steps: 32
44
+ - total_train_batch_size: 128
45
+ - optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-07
46
+ - lr_scheduler_type: constant_with_warmup
47
+ - lr_scheduler_warmup_ratio: 0.05
48
+ - num_epochs: 2.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
54
+ | 13.3276 | 0.2548 | 100 | 12.0402 | 0.0131 |
55
+ | 8.9207 | 0.5095 | 200 | 8.0312 | 0.0360 |
56
+ | 7.2681 | 0.7643 | 300 | 6.4775 | 0.0506 |
57
+ | 6.3187 | 1.0190 | 400 | 5.6227 | 0.0434 |
58
+ | 5.5695 | 1.2738 | 500 | 4.7796 | 0.3635 |
59
+ | 5.2926 | 1.5285 | 600 | 4.3923 | 0.3952 |
60
+ | 4.878 | 1.7833 | 700 | 4.1877 | 0.4085 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.40.1
66
+ - Pytorch 2.2.0+cu121
67
+ - Datasets 2.19.0
68
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.40.1"
7
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a04156355a434e898aa7a94ebb8a2e458f45670527e4dd43d00940d7f641b2b
3
  size 671684224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2cf24adb75440e2667078660342724f519f8baa589bcfec80b2b55f00f5ae53
3
  size 671684224