presencesw commited on
Commit
b5c218a
·
verified ·
1 Parent(s): bd39b63

Model save

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. generation_config.json +13 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: gemma
4
+ base_model: google/gemma-3-1b-it
5
+ tags:
6
+ - llama-factory
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: gemma-3-1b-it_MED_NLI
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
+ # gemma-3-1b-it_MED_NLI
17
+
18
+ This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0177
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: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 8
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 1.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 0.0331 | 0.1176 | 1000 | 0.0379 |
55
+ | 0.0299 | 0.2352 | 2000 | 0.0262 |
56
+ | 0.0251 | 0.3528 | 3000 | 0.0284 |
57
+ | 0.0213 | 0.4704 | 4000 | 0.0252 |
58
+ | 0.0264 | 0.5880 | 5000 | 0.0222 |
59
+ | 0.0183 | 0.7056 | 6000 | 0.0191 |
60
+ | 0.0171 | 0.8232 | 7000 | 0.0179 |
61
+ | 0.0185 | 0.9408 | 8000 | 0.0177 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.50.0
67
+ - Pytorch 2.6.0+cu124
68
+ - Datasets 3.4.1
69
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 2,
3
+ "cache_implementation": "hybrid",
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 1,
7
+ 106
8
+ ],
9
+ "pad_token_id": 0,
10
+ "top_k": 64,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.50.0"
13
+ }