EzraAragon commited on
Commit
dd933ed
·
verified ·
1 Parent(s): 3a8c7c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google-bert/bert-base-uncased
7
+ tags:
8
+ - anorexia
9
+ - depression
10
+ - gambling
11
+ - selfharm
12
+ ---
13
+
14
+ # WholeBERT
15
+
16
+ WholeBERT is a domain adaptation of a BERT language model adapted to the anorexia, depression, gambling, and self-harm domain.
17
+
18
+ We follow the standard procedure for fine-tuning a masked language model in [Huggingface’s NLP Course](https://huggingface.co/learn/nlp-course/chapter7/3?fw=pt) 🤗.