Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- JobBERTa
|
6 |
+
- job postings
|
7 |
---
|
8 |
+
|
9 |
+
# JobBERTa
|
10 |
+
|
11 |
+
This is the JobBERTa model from:
|
12 |
+
|
13 |
+
<insert paper>
|
14 |
+
|
15 |
+
This model is continuously pre-trained from a `roberta-base` checkpoint on ~3.2M sentences from job postings. More information can be found in the paper.
|
16 |
+
|
17 |
+
If you use this model, please cite the following paper:
|
18 |
+
|
19 |
+
```
|
20 |
+
<insert citation>
|
21 |
+
```
|