saattrupdan
commited on
Commit
•
f518859
1
Parent(s):
c21a733
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: job-listing-relevance-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-relevance-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.0555
|
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: 10
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.6791 | 0.43 | 50 | 0.4885 |
|
51 |
+
| 0.2491 | 0.87 | 100 | 0.1554 |
|
52 |
+
| 0.1067 | 1.3 | 150 | 0.1085 |
|
53 |
+
| 0.1382 | 1.74 | 200 | 0.1509 |
|
54 |
+
| 0.0575 | 2.17 | 250 | 0.1194 |
|
55 |
+
| 0.0386 | 2.61 | 300 | 0.0973 |
|
56 |
+
| 0.1782 | 3.04 | 350 | 0.1145 |
|
57 |
+
| 0.0458 | 3.48 | 400 | 0.0852 |
|
58 |
+
| 0.0043 | 3.91 | 450 | 0.0878 |
|
59 |
+
| 0.0374 | 4.35 | 500 | 0.0673 |
|
60 |
+
| 0.09 | 4.78 | 550 | 0.0483 |
|
61 |
+
| 0.0017 | 5.22 | 600 | 0.0978 |
|
62 |
+
| 0.0025 | 5.65 | 650 | 0.0792 |
|
63 |
+
| 0.0138 | 6.09 | 700 | 0.0358 |
|
64 |
+
| 0.0716 | 6.52 | 750 | 0.0463 |
|
65 |
+
| 0.0391 | 6.95 | 800 | 0.1162 |
|
66 |
+
| 0.0164 | 7.39 | 850 | 0.0509 |
|
67 |
+
| 0.0359 | 7.82 | 900 | 0.0757 |
|
68 |
+
| 0.0012 | 8.26 | 950 | 0.0337 |
|
69 |
+
| 0.0008 | 8.69 | 1000 | 0.0585 |
|
70 |
+
| 0.0007 | 9.13 | 1050 | 0.0655 |
|
71 |
+
| 0.0609 | 9.56 | 1100 | 0.0481 |
|
72 |
+
| 0.0007 | 10.0 | 1150 | 0.0555 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.17.0
|
78 |
+
- Pytorch 1.11.0+cu113
|
79 |
+
- Datasets 2.0.0
|
80 |
+
- Tokenizers 0.11.6
|