pszemraj commited on
Commit
16d8a0a
1 Parent(s): a36b243

Model save

Browse files
Files changed (3) hide show
  1. README.md +67 -0
  2. generation_config.json +4 -0
  3. model.safetensors +2 -2
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: microsoft/phi-1_5
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: phi-1_5-bees-internal-2048ctx-v1
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # phi-1_5-bees-internal-2048ctx-v1
17
+
18
+ This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.6982
21
+ - Accuracy: 0.4597
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 2
43
+ - seed: 80085
44
+ - gradient_accumulation_steps: 32
45
+ - total_train_batch_size: 32
46
+ - optimizer: Adam with betas=(0.9,0.995) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
+ - lr_scheduler_warmup_ratio: 0.03
49
+ - num_epochs: 2.0
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 2.8637 | 0.38 | 50 | 2.8245 | 0.4432 |
56
+ | 2.8443 | 0.76 | 100 | 2.7346 | 0.4532 |
57
+ | 2.3276 | 1.14 | 150 | 2.7300 | 0.4561 |
58
+ | 2.4647 | 1.52 | 200 | 2.7047 | 0.4586 |
59
+ | 2.4516 | 1.9 | 250 | 2.6982 | 0.4597 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.34.0.dev0
65
+ - Pytorch 2.2.0.dev20230914+cu121
66
+ - Datasets 2.14.5
67
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.34.0.dev0"
4
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44c9fde6cad3f40eb18c8de296edc813d5fce724a2de716215ba29e362b2d702
3
- size 5673111064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e81ba22664e35156c7c3725615ee62e2f4bcc407043c6465fbd71a69e205f462
3
+ size 5673107168