https://huggingface.co/Kittipot/Wangchanberta-Depressed-Finetuned
Browse files- config.json +6 -6
- logs/events.out.tfevents.1666624979.dinnaefashyersel.15468.3 +2 -2
- logs/events.out.tfevents.1666627059.dinnaefashyersel.15468.5 +3 -0
- pytorch_model.bin +1 -1
- wangchanberta_th_ws_lr_finetuned/config.json +40 -0
- wangchanberta_th_ws_lr_finetuned/pytorch_model.bin +3 -0
- wangchanberta_th_ws_lr_finetuned/sentencepiece.bpe.model +3 -0
- wangchanberta_th_ws_lr_finetuned/special_tokens_map.json +1 -0
- wangchanberta_th_ws_lr_finetuned/tokenizer.json +0 -0
- wangchanberta_th_ws_lr_finetuned/tokenizer_config.json +1 -0
- wangchanberta_th_ws_lr_finetuned/training_args.bin +3 -0
config.json
CHANGED
@@ -12,16 +12,16 @@
|
|
12 |
"hidden_dropout_prob": 0.2,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
|
|
12 |
"hidden_dropout_prob": 0.2,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "Positive",
|
16 |
+
"1": "Not Depressed",
|
17 |
+
"2": "Depressed"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
"label2id": {
|
22 |
+
"Depressed": 2,
|
23 |
+
"Not Depressed": 1,
|
24 |
+
"Positive": 0
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
logs/events.out.tfevents.1666624979.dinnaefashyersel.15468.3
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78f7558f070674d1405de5284df5106c6080d142256b0f9cd18c9146061d5dca
|
3 |
+
size 26210
|
logs/events.out.tfevents.1666627059.dinnaefashyersel.15468.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4b9125626003e4590ecacb6d5632ca2d26545f7f924f920596b886a8fe9dd2a
|
3 |
+
size 582
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 421072237
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d20a8fda5a04d7a18fab5977bdccea218a97799fe319e4bf6852f1795f095dfd
|
3 |
size 421072237
|
wangchanberta_th_ws_lr_finetuned/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"CamembertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": 0.2,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.2,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Positive",
|
16 |
+
"1": "Not Depressed",
|
17 |
+
"2": "Depressed"
|
18 |
+
},
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"Depressed": 2,
|
23 |
+
"Not Depressed": 1,
|
24 |
+
"Positive": 0
|
25 |
+
},
|
26 |
+
"layer_norm_eps": 1e-12,
|
27 |
+
"max_position_embeddings": 512,
|
28 |
+
"model_type": "camembert",
|
29 |
+
"num_attention_head": 12,
|
30 |
+
"num_attention_heads": 12,
|
31 |
+
"num_hidden_layers": 12,
|
32 |
+
"pad_token_id": 1,
|
33 |
+
"position_embedding_type": "absolute",
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.11.2",
|
37 |
+
"type_vocab_size": 1,
|
38 |
+
"use_cache": true,
|
39 |
+
"vocab_size": 25005
|
40 |
+
}
|
wangchanberta_th_ws_lr_finetuned/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d20a8fda5a04d7a18fab5977bdccea218a97799fe319e4bf6852f1795f095dfd
|
3 |
+
size 421072237
|
wangchanberta_th_ws_lr_finetuned/sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49c4ba4e495ddf31eb2fdba7fc6aef3c233091d25d35bc9d24694ccf48ae114c
|
3 |
+
size 904693
|
wangchanberta_th_ws_lr_finetuned/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}, "additional_special_tokens": ["<s>NOTUSED", "</s>NOTUSED", "<_>"]}
|
wangchanberta_th_ws_lr_finetuned/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
wangchanberta_th_ws_lr_finetuned/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "additional_special_tokens": ["<s>NOTUSED", "</s>NOTUSED", "<_>"], "special_tokens_map_file": null, "name_or_path": "airesearch/wangchanberta-base-att-spm-uncased", "sp_model_kwargs": {}, "tokenizer_class": "CamembertTokenizer"}
|
wangchanberta_th_ws_lr_finetuned/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd865d546657166fadf30889fa5e760efcb20648874fb815961766889fd54a9b
|
3 |
+
size 2991
|