clui commited on
Commit
5d01762
·
verified ·
1 Parent(s): 27b0b6f

End of training

Browse files
Files changed (3) hide show
  1. README.md +65 -0
  2. generation_config.json +16 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: clui/my_awesome_opus_books_model
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: fine
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # fine
18
+
19
+ This model is a fine-tuned version of [clui/my_awesome_opus_books_model](https://huggingface.co/clui/my_awesome_opus_books_model) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.3081
22
+ - Bleu: 13.0948
23
+ - Gen Len: 46.6407
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
55
+ | 1.4705 | 1.0 | 4251 | 1.3386 | 12.7303 | 46.7126 |
56
+ | 1.4137 | 2.0 | 8502 | 1.3173 | 12.9823 | 46.4627 |
57
+ | 1.3692 | 3.0 | 12753 | 1.3081 | 13.0948 | 46.6407 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.48.0
63
+ - Pytorch 2.4.0
64
+ - Datasets 2.19.1
65
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 80378
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 80378,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 6,
13
+ "pad_token_id": 80378,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.48.0"
16
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cf1f6613e035734a6fb0aaf643a5792761928b57e36cf56671fa962969a4c20
3
  size 341520748
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70432df37989393644d64e256fda145e6ce89d88d5bd1a3a0d60cb3d19bf33d
3
  size 341520748