Svetlana0303 commited on
Commit
a4737d7
·
1 Parent(s): bbb8a8e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: Classfication_longformer
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # Classfication_longformer
15
+
16
+ This model is a fine-tuned version of [allenai/longformer-base-4096](https://huggingface.co/allenai/longformer-base-4096) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.1012
19
+ - Accuracy: 0.65
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 20
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 37 | 0.9535 | 0.7895 |
51
+ | No log | 2.0 | 74 | 1.0426 | 0.4737 |
52
+ | No log | 3.0 | 111 | 0.4770 | 0.8947 |
53
+ | No log | 4.0 | 148 | 0.9353 | 0.6316 |
54
+ | No log | 5.0 | 185 | 0.8856 | 0.6842 |
55
+ | No log | 6.0 | 222 | 0.6509 | 0.8421 |
56
+ | No log | 7.0 | 259 | 1.7107 | 0.6842 |
57
+ | No log | 8.0 | 296 | 1.2910 | 0.7368 |
58
+ | No log | 9.0 | 333 | 2.6230 | 0.6316 |
59
+ | No log | 10.0 | 370 | 1.6727 | 0.6842 |
60
+ | No log | 11.0 | 407 | 2.1794 | 0.6842 |
61
+ | No log | 12.0 | 444 | 2.2832 | 0.6842 |
62
+ | No log | 13.0 | 481 | 1.5007 | 0.7368 |
63
+ | 0.3791 | 14.0 | 518 | 2.3911 | 0.6842 |
64
+ | 0.3791 | 15.0 | 555 | 2.2838 | 0.6842 |
65
+ | 0.3791 | 16.0 | 592 | 2.1564 | 0.6842 |
66
+ | 0.3791 | 17.0 | 629 | 2.2632 | 0.6842 |
67
+ | 0.3791 | 18.0 | 666 | 2.3907 | 0.6842 |
68
+ | 0.3791 | 19.0 | 703 | 2.3995 | 0.6842 |
69
+ | 0.3791 | 20.0 | 740 | 2.3958 | 0.6842 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.26.1
75
+ - Pytorch 1.13.1+cu116
76
+ - Datasets 2.9.0
77
+ - Tokenizers 0.13.2