bowphs commited on
Commit
095860f
·
verified ·
1 Parent(s): f6bba91

Model save

Browse files
Files changed (3) hide show
  1. README.md +72 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: bowphs/evacun2025-1
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: evacun-lemmatization-vanilla-second-split
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # evacun-lemmatization-vanilla-second-split
15
+
16
+ This model is a fine-tuned version of [bowphs/evacun2025-1](https://huggingface.co/bowphs/evacun2025-1) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.2926
19
+ - Exact Match: 0.8811
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 64
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 50
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match |
51
+ |:-------------:|:-------:|:-----:|:---------------:|:-----------:|
52
+ | 0.0534 | 5.9999 | 27542 | 0.1986 | 0.8633 |
53
+ | 0.0399 | 6.9999 | 32132 | 0.2140 | 0.8587 |
54
+ | 0.0275 | 8.0 | 36723 | 0.2305 | 0.86 |
55
+ | 0.0204 | 8.9999 | 41313 | 0.2508 | 0.8654 |
56
+ | 0.0154 | 9.9998 | 45903 | 0.2628 | 0.8728 |
57
+ | 0.0124 | 11.0000 | 50494 | 0.2812 | 0.8745 |
58
+ | 0.0107 | 11.9999 | 55084 | 0.2865 | 0.8734 |
59
+ | 0.0088 | 12.9998 | 59674 | 0.2926 | 0.8811 |
60
+ | 0.0067 | 13.9999 | 64265 | 0.3054 | 0.8648 |
61
+ | 0.0055 | 14.9999 | 68855 | 0.3151 | 0.8668 |
62
+ | 0.0054 | 16.0 | 73446 | 0.3202 | 0.8737 |
63
+ | 0.0042 | 16.9999 | 78036 | 0.3277 | 0.8695 |
64
+ | 0.0041 | 17.9998 | 82626 | 0.3282 | 0.8737 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.45.1
70
+ - Pytorch 2.4.1+cu121
71
+ - Datasets 3.0.0
72
+ - Tokenizers 0.20.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.45.1"
6
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8697c4d62b73265b182dc22f25d01f4f484a312d439f0c94791d25e1e8587e8c
3
  size 836683624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3baf733a1224f7e0896b96e61397e013de1ef10dc9dc58787e93e6956bc632b1
3
  size 836683624