Hellina commited on
Commit
563e5f0
·
verified ·
1 Parent(s): 1719248

Model save

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: castorini/afriteva_v2_base
3
+ library_name: peft
4
+ license: apache-2.0
5
+ metrics:
6
+ - accuracy
7
+ tags:
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: cross_amh
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
+ # cross_amh
18
+
19
+ This model is a fine-tuned version of [castorini/afriteva_v2_base](https://huggingface.co/castorini/afriteva_v2_base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.7276
22
+ - Model Preparation Time: 0.0061
23
+ - Accuracy: {'accuracy': 0.18509375}
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: 0.0003
43
+ - train_batch_size: 64
44
+ - eval_batch_size: 16
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 15
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy |
53
+ |:-------------:|:-------:|:-----:|:---------------:|:----------------------:|:-------------------------:|
54
+ | 1.4008 | 2.2173 | 5000 | 1.0351 | 0.0061 | {'accuracy': 0.17328125} |
55
+ | 1.0872 | 4.4346 | 10000 | 0.8747 | 0.0061 | {'accuracy': 0.17896875} |
56
+ | 0.9522 | 6.6519 | 15000 | 0.8086 | 0.0061 | {'accuracy': 0.18146875} |
57
+ | 0.8673 | 8.8692 | 20000 | 0.7648 | 0.0061 | {'accuracy': 0.183390625} |
58
+ | 0.7922 | 11.0865 | 25000 | 0.7456 | 0.0061 | {'accuracy': 0.184375} |
59
+ | 0.7608 | 13.3038 | 30000 | 0.7276 | 0.0061 | {'accuracy': 0.18509375} |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.7.1
65
+ - Transformers 4.43.3
66
+ - Pytorch 2.4.0+cu121
67
+ - Datasets 2.15.0
68
+ - Tokenizers 0.19.1