robinhad commited on
Commit
b093989
·
verified ·
1 Parent(s): e0072a6

Model save

Browse files
README.md CHANGED
@@ -4,6 +4,10 @@ license: apache-2.0
4
  base_model: Snowflake/snowflake-arctic-embed-m-v1.5
5
  tags:
6
  - generated_from_trainer
 
 
 
 
7
  model-index:
8
  - name: alignment-score-model
9
  results: []
@@ -15,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
15
  # alignment-score-model
16
 
17
  This model is a fine-tuned version of [Snowflake/snowflake-arctic-embed-m-v1.5](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v1.5) on the None dataset.
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -33,19 +43,21 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 0.0003
37
- - train_batch_size: 512
38
- - eval_batch_size: 256
39
  - seed: 0
40
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
  - lr_scheduler_type: linear
42
- - num_epochs: 20
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 Macro | Accuracy |
47
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|
48
- | No log | 0 | 0 | 0.4675 | 0.2450 | 0.5 | 0.3289 | 0.4900 |
 
 
49
 
50
 
51
  ### Framework versions
 
4
  base_model: Snowflake/snowflake-arctic-embed-m-v1.5
5
  tags:
6
  - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - accuracy
11
  model-index:
12
  - name: alignment-score-model
13
  results: []
 
19
  # alignment-score-model
20
 
21
  This model is a fine-tuned version of [Snowflake/snowflake-arctic-embed-m-v1.5](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v1.5) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0741
24
+ - Precision: 0.9478
25
+ - Recall: 0.9446
26
+ - F1 Macro: 0.9451
27
+ - Accuracy: 0.9453
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 3e-05
47
+ - train_batch_size: 256
48
+ - eval_batch_size: 128
49
  - seed: 0
50
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 Macro | Accuracy |
57
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|
58
+ | No log | 0 | 0 | 0.5153 | 0.2449 | 0.5 | 0.3288 | 0.4898 |
59
+ | No log | 1.7241 | 50 | 0.1180 | 0.9049 | 0.8869 | 0.8874 | 0.8889 |
60
+ | 0.1417 | 3.4483 | 100 | 0.0741 | 0.9478 | 0.9446 | 0.9451 | 0.9453 |
61
 
62
 
63
  ### Framework versions
final/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4524ed729c0229b0b09751a72bab295fd6fd29a7fb266ccb3a7567373148249
3
  size 437955572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11cd85a276262120b18e44ecb5583db91930f9836d49a62d850a569437cee56
3
  size 437955572
final/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dde81f1fa1366f22ec0d32eee0b536ae0786b88916168aa83366cd4700a2038
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9899cd08f7db8ba4b255283881b609c809e26278c816f0a75b9cd62159c47b47
3
+ size 5777
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a4b76142f512da290e0346d35a6ccb923f73ad19e78ec2be7ed3e352d978900
3
  size 437955572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b11cd85a276262120b18e44ecb5583db91930f9836d49a62d850a569437cee56
3
  size 437955572