jjzha commited on
Commit
81bbd8f
1 Parent(s): 6833071

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
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
+ ```