saattrupdan commited on
Commit
07ecc55
1 Parent(s): b66f912

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: job-listing-filtering-model
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # job-listing-filtering-model
14
+
15
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1992
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 4
41
+ - total_train_batch_size: 32
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 25
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.4639 | 1.55 | 50 | 0.4343 |
51
+ | 0.407 | 3.12 | 100 | 0.3589 |
52
+ | 0.3459 | 4.68 | 150 | 0.3110 |
53
+ | 0.2871 | 6.25 | 200 | 0.2604 |
54
+ | 0.1966 | 7.8 | 250 | 0.2004 |
55
+ | 0.0994 | 9.37 | 300 | 0.1766 |
56
+ | 0.0961 | 10.92 | 350 | 0.2007 |
57
+ | 0.0954 | 12.49 | 400 | 0.1716 |
58
+ | 0.0498 | 14.06 | 450 | 0.1642 |
59
+ | 0.0419 | 15.62 | 500 | 0.1811 |
60
+ | 0.0232 | 17.18 | 550 | 0.1872 |
61
+ | 0.0146 | 18.74 | 600 | 0.1789 |
62
+ | 0.0356 | 20.31 | 650 | 0.1984 |
63
+ | 0.0325 | 21.86 | 700 | 0.1845 |
64
+ | 0.0381 | 23.43 | 750 | 0.1994 |
65
+ | 0.0063 | 24.98 | 800 | 0.1992 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.17.0
71
+ - Pytorch 1.11.0+cu113
72
+ - Datasets 2.0.0
73
+ - Tokenizers 0.11.6