davanstrien HF staff commited on
Commit
096797c
1 Parent(s): 4133dce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ model-index:
8
+ - name: convnext-small-224-leicester_binary
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # convnext-small-224-leicester_binary
16
+
17
+ This model is a fine-tuned version of [facebook/convnext-small-224](https://huggingface.co/facebook/convnext-small-224) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2627
20
+ - F1: 0.8608
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: 2e-05
40
+ - train_batch_size: 64
41
+ - eval_batch_size: 128
42
+ - seed: 1337
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10.0
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | No log | 1.0 | 7 | 0.5187 | 0.8608 |
53
+ | 0.5904 | 2.0 | 14 | 0.4273 | 0.8608 |
54
+ | 0.3981 | 3.0 | 21 | 0.4115 | 0.8608 |
55
+ | 0.3981 | 4.0 | 28 | 0.4029 | 0.8608 |
56
+ | 0.3285 | 5.0 | 35 | 0.3402 | 0.8608 |
57
+ | 0.308 | 6.0 | 42 | 0.3138 | 0.8608 |
58
+ | 0.308 | 7.0 | 49 | 0.2912 | 0.8608 |
59
+ | 0.2952 | 8.0 | 56 | 0.2752 | 0.8608 |
60
+ | 0.2593 | 9.0 | 63 | 0.2657 | 0.8608 |
61
+ | 0.2568 | 10.0 | 70 | 0.2627 | 0.8608 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.26.0.dev0
67
+ - Pytorch 1.12.1+cu113
68
+ - Datasets 2.7.1
69
+ - Tokenizers 0.13.2