diogopaes10
commited on
Commit
•
1b037ac
1
Parent(s):
1b40612
End of training
Browse files- config.json +50 -0
- pytorch_model.bin +3 -0
- runs/Jul23_00-18-13_765d4381d4a9/events.out.tfevents.1690071502.765d4381d4a9.345.0 +3 -0
- runs/Jul23_00-18-13_765d4381d4a9/events.out.tfevents.1690071528.765d4381d4a9.345.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/MiniLM-L12-H384-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 384,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Society & Culture",
|
13 |
+
"1": "Science & Mathematics",
|
14 |
+
"2": "Health",
|
15 |
+
"3": "Education & Reference",
|
16 |
+
"4": "Computers & Internet",
|
17 |
+
"5": "Sports",
|
18 |
+
"6": "Business & Finance",
|
19 |
+
"7": "Entertainment & Music",
|
20 |
+
"8": "Family & Relationships",
|
21 |
+
"9": "Politics & Government"
|
22 |
+
},
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 1536,
|
25 |
+
"label2id": {
|
26 |
+
"Business & Finance": 6,
|
27 |
+
"Computers & Internet": 4,
|
28 |
+
"Education & Reference": 3,
|
29 |
+
"Entertainment & Music": 7,
|
30 |
+
"Family & Relationships": 8,
|
31 |
+
"Health": 2,
|
32 |
+
"Politics & Government": 9,
|
33 |
+
"Science & Mathematics": 1,
|
34 |
+
"Society & Culture": 0,
|
35 |
+
"Sports": 5
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-12,
|
38 |
+
"max_position_embeddings": 512,
|
39 |
+
"model_type": "bert",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"pad_token_id": 0,
|
43 |
+
"position_embedding_type": "absolute",
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.31.0",
|
47 |
+
"type_vocab_size": 2,
|
48 |
+
"use_cache": true,
|
49 |
+
"vocab_size": 30522
|
50 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c54ef5aa1014c159bf8ebd289c3fca22089d2859e59da84684d37a15ef2658e3
|
3 |
+
size 133523761
|
runs/Jul23_00-18-13_765d4381d4a9/events.out.tfevents.1690071502.765d4381d4a9.345.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ceb94c433e4bfe1b5f2adce207e3f533d1028a2ed7cc6f68fb4d284e05bd8a7
|
3 |
+
size 27098
|
runs/Jul23_00-18-13_765d4381d4a9/events.out.tfevents.1690071528.765d4381d4a9.345.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6316849190ee9a6f036a6f27e2218a637b8f6b6849f38e1a5842dec83f56079c
|
3 |
+
size 1033
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": true,
|
6 |
+
"mask_token": "[MASK]",
|
7 |
+
"model_max_length": 1000000000000000019884624838656,
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"strip_accents": null,
|
12 |
+
"tokenize_chinese_chars": true,
|
13 |
+
"tokenizer_class": "BertTokenizer",
|
14 |
+
"unk_token": "[UNK]"
|
15 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6350f73d6358b01c31a62d58ba14f15e02577a5d81d0c50f7dc7b9cca30da0ed
|
3 |
+
size 4091
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|