Amalq commited on
Commit
d349540
1 Parent(s): a4623b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -10,8 +10,7 @@ datasets:
10
 
11
  # SchizophreniaRoberta model
12
 
13
- is a model initialized with roberta-large (https://huggingface.co/roberta-large ) and trained with Schizophrenia Reddit which is a subset of [Self-Reported Mental Health Diagnoses (SMHD) dataset](https://arxiv.org/pdf/1806.05258.pdf) which consists of Reddit posts by patients with schizophrenia only or schizophrenia with other mental disorders and matched control.
14
- We follow the standard pretraining protocols of RoBERTa with [Huggingface’s Transformers library](https://github.com/huggingface/transformers).
15
 
16
  ## Usage Load the model via [Huggingface’s Transformers library](https://github.com/huggingface/transformers):
17
 
 
10
 
11
  # SchizophreniaRoberta model
12
 
13
+ is a model initialized with [roberta-large](https://huggingface.co/roberta-large) and trained with Schizophrenia Reddit, a subset of [Self-Reported Mental Health Diagnoses (SMHD) dataset](https://arxiv.org/pdf/1806.05258.pdf) which consists of Reddit posts by patients with schizophrenia only or schizophrenia with other mental disorders and matched control. We follow the standard pretraining protocols of RoBERTa with [Huggingface’s Transformers library](https://github.com/huggingface/transformers).
 
14
 
15
  ## Usage Load the model via [Huggingface’s Transformers library](https://github.com/huggingface/transformers):
16