Buseak commited on
Commit
6b8649b
1 Parent(s): 076f485

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: canine_sent_2304v1
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
+ # canine_sent_2304v1
19
+
20
+ This model is a fine-tuned version of [google/canine-s](https://huggingface.co/google/canine-s) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0000
23
+ - Precision: 1.0
24
+ - Recall: 1.0
25
+ - F1: 1.0
26
+ - Accuracy: 1.0
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 2
47
+ - eval_batch_size: 2
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 15
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.0218 | 1.0 | 781 | 0.0051 | 0.9531 | 0.9434 | 0.9482 | 0.9980 |
58
+ | 0.0059 | 2.0 | 1562 | 0.0028 | 0.9712 | 0.9714 | 0.9713 | 0.9989 |
59
+ | 0.0043 | 3.0 | 2343 | 0.0018 | 0.9733 | 0.9980 | 0.9855 | 0.9994 |
60
+ | 0.0021 | 4.0 | 3124 | 0.0010 | 0.9873 | 0.9991 | 0.9932 | 0.9997 |
61
+ | 0.0018 | 5.0 | 3905 | 0.0005 | 0.9952 | 0.9984 | 0.9968 | 0.9998 |
62
+ | 0.0012 | 6.0 | 4686 | 0.0002 | 0.9988 | 0.9986 | 0.9987 | 0.9999 |
63
+ | 0.0007 | 7.0 | 5467 | 0.0001 | 0.9989 | 0.9986 | 0.9988 | 1.0000 |
64
+ | 0.0007 | 8.0 | 6248 | 0.0001 | 0.9998 | 0.9991 | 0.9995 | 1.0000 |
65
+ | 0.0004 | 9.0 | 7029 | 0.0000 | 0.9998 | 1.0 | 0.9999 | 1.0000 |
66
+ | 0.0004 | 10.0 | 7810 | 0.0000 | 0.9998 | 0.9995 | 0.9996 | 1.0000 |
67
+ | 0.0003 | 11.0 | 8591 | 0.0001 | 0.9996 | 0.9998 | 0.9997 | 1.0000 |
68
+ | 0.0002 | 12.0 | 9372 | 0.0000 | 1.0 | 0.9998 | 0.9999 | 1.0000 |
69
+ | 0.0002 | 13.0 | 10153 | 0.0000 | 1.0 | 0.9998 | 0.9999 | 1.0000 |
70
+ | 0.0001 | 14.0 | 10934 | 0.0000 | 1.0 | 0.9998 | 0.9999 | 1.0000 |
71
+ | 0.0001 | 15.0 | 11715 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.28.1
77
+ - Pytorch 2.0.0+cu118
78
+ - Datasets 2.11.0
79
+ - Tokenizers 0.13.3