ltuzova commited on
Commit
5140b29
·
1 Parent(s): 266f6a3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: citation_intent_classification_roberta_dapt
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
+ # citation_intent_classification_roberta_dapt
15
+
16
+ This model is a fine-tuned version of [ltuzova/cs_domain_pretrained_model](https://huggingface.co/ltuzova/cs_domain_pretrained_model) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.9529
19
+ - Accuracy: 0.8058
20
+ - F1 Macro: 0.6863
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: 8
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 2
44
+ - total_train_batch_size: 16
45
+ - optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-06
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.06
48
+ - num_epochs: 10
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
54
+ | 1.4812 | 1.0 | 105 | 1.1203 | 0.6228 | 0.2652 |
55
+ | 1.0433 | 2.0 | 211 | 0.8470 | 0.7193 | 0.3495 |
56
+ | 0.79 | 3.0 | 316 | 0.7901 | 0.7807 | 0.5247 |
57
+ | 0.5537 | 4.0 | 422 | 0.7622 | 0.7982 | 0.6502 |
58
+ | 0.3772 | 5.0 | 527 | 0.8092 | 0.7544 | 0.6253 |
59
+ | 0.3027 | 6.0 | 633 | 0.8372 | 0.8246 | 0.6617 |
60
+ | 0.2132 | 7.0 | 738 | 1.0046 | 0.7807 | 0.6502 |
61
+ | 0.1517 | 8.0 | 844 | 0.9388 | 0.7982 | 0.6772 |
62
+ | 0.1714 | 9.0 | 949 | 0.9895 | 0.7719 | 0.6251 |
63
+ | 0.098 | 9.95 | 1050 | 1.0355 | 0.7719 | 0.6251 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.30.2
69
+ - Pytorch 1.13.1+cu117
70
+ - Datasets 2.13.2
71
+ - Tokenizers 0.13.3