rafalposwiata librarian-bot commited on
Commit
98fa004
1 Parent(s): 2e12b2b

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (9e73dc661462a011ba0f192fa3a5cb914198977d)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ library_name: transformers
5
  tags:
6
  - depression
7
  - roberta
 
8
  ---
9
  Fine-tuned [RoBERTa](https://huggingface.co/roberta-large) model for detecting the level of depression as **not depression**, **moderate** or **severe**, based on social media posts in English.
10
 
 
5
  tags:
6
  - depression
7
  - roberta
8
+ base_model: RoBERTa
9
  ---
10
  Fine-tuned [RoBERTa](https://huggingface.co/roberta-large) model for detecting the level of depression as **not depression**, **moderate** or **severe**, based on social media posts in English.
11