PaulTran commited on
Commit
7270f8d
1 Parent(s): 2ff47df

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -44
config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "_name_or_path": "vinai/phobert-base",
3
- "architectures": [
4
- "RobertaForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "eos_token_id": 2,
10
- "gradient_checkpointing": false,
11
- "hidden_act": "gelu",
12
- "hidden_dropout_prob": 0.1,
13
- "hidden_size": 768,
14
- "id2label": {
15
- "0": "Nghị luận",
16
- "1": "Biểu cảm",
17
- "2": "Miêu tả",
18
- "3": "Tự sự",
19
- "4": "Thuyết minh"
20
- },
21
- "initializer_range": 0.02,
22
- "intermediate_size": 3072,
23
- "label2id": {
24
- "Nghị luận": 0,
25
- "Biểu cảm": 1,
26
- "Miêu tả": 2,
27
- "Tự sự": 3,
28
- "Thuyết minh": 4
29
- },
30
- "layer_norm_eps": 1e-05,
31
- "max_position_embeddings": 258,
32
- "model_type": "roberta",
33
- "num_attention_heads": 12,
34
- "num_hidden_layers": 12,
35
- "pad_token_id": 1,
36
- "position_embedding_type": "absolute",
37
- "problem_type": "single_label_classification",
38
- "tokenizer_class": "PhobertTokenizer",
39
- "torch_dtype": "float32",
40
- "transformers_version": "4.18.0",
41
- "type_vocab_size": 1,
42
- "use_cache": true,
43
- "vocab_size": 64001
44
- }