mnoukhov commited on
Commit
3c05134
1 Parent(s): cef27b1

Model save

Browse files
Files changed (3) hide show
  1. README.md +64 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: EleutherAI/pythia-160m-deduped
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: pythia160m-sft-tldr
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
+ # pythia160m-sft-tldr
17
+
18
+ This model is a fine-tuned version of [EleutherAI/pythia-160m-deduped](https://huggingface.co/EleutherAI/pythia-160m-deduped) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.3864
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: 1e-05
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 4
44
+ - total_train_batch_size: 128
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - num_epochs: 1
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 4.2966 | 0.2007 | 183 | 3.5566 |
54
+ | 3.5154 | 0.4013 | 366 | 3.4336 |
55
+ | 3.4239 | 0.6020 | 549 | 3.4037 |
56
+ | 3.3856 | 0.8026 | 732 | 3.3864 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.41.1
62
+ - Pytorch 2.2.1+cu121
63
+ - Datasets 2.19.0
64
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.41.1"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79dccf064c3d72d956e33406d42b36aa75ab1108937fed59dd31dd076a5acde9
3
  size 649308728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d361357bf3af0336f46e1a9369acecca25dc23928cbc9dd227afdd7aebec469
3
  size 649308728