vitaliy-sharandin commited on
Commit
0552b61
1 Parent(s): 93735de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -6
README.md CHANGED
@@ -3,17 +3,35 @@ This is a wise AI model trained on philosophical and psychological data. It is i
3
 
4
  ---
5
  language:
6
- - python
7
 
8
  tags:
9
- - llm
10
  - mental-health
11
  - psychology
 
12
 
13
  datasets:
14
- - https://huggingface.co/datasets/vitaliy-sharandin/depression-instruct
15
 
16
  metrics:
17
- - bleu
18
- - rouge
19
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
  ---
5
  language:
6
+ - en
7
 
8
  tags:
9
+ - text-generation
10
  - mental-health
11
  - psychology
12
+ - llm
13
 
14
  datasets:
15
+ - vitaliy-sharandin/depression-instruct
16
 
17
  metrics:
18
+ - BLEU
19
+ - ROUGE
20
+
21
+ license: apache-2.0
22
+
23
+ model-index:
24
+ - name: WisAI
25
+ results:
26
+ - task:
27
+ name: Text Generation
28
+ type: text-generation
29
+ dataset:
30
+ name: depression-instruct
31
+ type: vitaliy-sharandin/depression-instruct
32
+ metrics:
33
+ - name: BLEU
34
+ type: bleu
35
+ - name: ROUGE
36
+ type: rouge
37
+ ---