BRlkl commited on
Commit
953fb4e
·
verified ·
1 Parent(s): f2a2768

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen3-Embedding-0.6B
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: BingoGuard-qwen3-embedding-0.6B-classifier-2
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # BingoGuard-qwen3-embedding-0.6B-classifier-2
19
+
20
+ This model is a fine-tuned version of [Qwen/Qwen3-Embedding-0.6B](https://huggingface.co/Qwen/Qwen3-Embedding-0.6B) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1683
23
+ - Accuracy: 0.9536
24
+ - F1: 0.7202
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 6
45
+ - eval_batch_size: 6
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 8
48
+ - total_train_batch_size: 48
49
+ - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
57
+ | 3.2587 | 1.0 | 1215 | 0.1498 | 0.9319 | 0.6330 |
58
+ | 2.4709 | 2.0 | 2430 | 0.1254 | 0.9428 | 0.6705 |
59
+ | 1.9946 | 3.0 | 3645 | 0.1293 | 0.9452 | 0.6764 |
60
+ | 1.634 | 4.0 | 4860 | 0.1333 | 0.9457 | 0.6978 |
61
+ | 1.0223 | 5.0 | 6075 | 0.1683 | 0.9536 | 0.7202 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.55.2
67
+ - Pytorch 2.8.0+cu128
68
+ - Datasets 3.6.0
69
+ - Tokenizers 0.21.4