Commit
·
a5309ee
1
Parent(s):
528959a
Training in progress, epoch 1
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- config.json +75 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +3 -0
- tokenizer_config.json +17 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentence-transformers/LaBSE",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "art_number_detailed_portrait",
|
15 |
+
"1": "alfred_steven_gentleman_female",
|
16 |
+
"2": "greg_rutkowski_desert_fantasy",
|
17 |
+
"3": "art_concept_artstation_detailed",
|
18 |
+
"4": "painting_mountain_impressionist_stalenhag",
|
19 |
+
"5": "horizon_number_fanart_ejsing",
|
20 |
+
"6": "cat_man_cabbage_photo",
|
21 |
+
"7": "number_photo_film_photograph",
|
22 |
+
"8": "number_sepia_compose_well",
|
23 |
+
"9": "aesthetically_pleasing_watercolor_deco",
|
24 |
+
"10": "lighting_donato_giancola_joseph",
|
25 |
+
"11": "trump_donald_joe_biden",
|
26 |
+
"12": "sculpture_highlight_specular_bake",
|
27 |
+
"13": "francoise_nielly_gogh_spotlight",
|
28 |
+
"14": "muscular_facility_equine_anthro",
|
29 |
+
"15": "aaron_horkey_gaston_barlowe",
|
30 |
+
"16": "wear_armor_rustic_pixiv",
|
31 |
+
"17": "workshop_colour_golden_weta",
|
32 |
+
"18": "iridescent_gem_colored_spike"
|
33 |
+
},
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"intermediate_size": 3072,
|
36 |
+
"label2id": {
|
37 |
+
"aaron_horkey_gaston_barlowe": 15,
|
38 |
+
"aesthetically_pleasing_watercolor_deco": 9,
|
39 |
+
"alfred_steven_gentleman_female": 1,
|
40 |
+
"art_concept_artstation_detailed": 3,
|
41 |
+
"art_number_detailed_portrait": 0,
|
42 |
+
"cat_man_cabbage_photo": 6,
|
43 |
+
"francoise_nielly_gogh_spotlight": 13,
|
44 |
+
"greg_rutkowski_desert_fantasy": 2,
|
45 |
+
"horizon_number_fanart_ejsing": 5,
|
46 |
+
"iridescent_gem_colored_spike": 18,
|
47 |
+
"lighting_donato_giancola_joseph": 10,
|
48 |
+
"muscular_facility_equine_anthro": 14,
|
49 |
+
"number_photo_film_photograph": 7,
|
50 |
+
"number_sepia_compose_well": 8,
|
51 |
+
"painting_mountain_impressionist_stalenhag": 4,
|
52 |
+
"sculpture_highlight_specular_bake": 12,
|
53 |
+
"trump_donald_joe_biden": 11,
|
54 |
+
"wear_armor_rustic_pixiv": 16,
|
55 |
+
"workshop_colour_golden_weta": 17
|
56 |
+
},
|
57 |
+
"layer_norm_eps": 1e-12,
|
58 |
+
"max_position_embeddings": 512,
|
59 |
+
"model_type": "bert",
|
60 |
+
"num_attention_heads": 12,
|
61 |
+
"num_hidden_layers": 12,
|
62 |
+
"pad_token_id": 0,
|
63 |
+
"pooler_fc_size": 768,
|
64 |
+
"pooler_num_attention_heads": 12,
|
65 |
+
"pooler_num_fc_layers": 3,
|
66 |
+
"pooler_size_per_head": 128,
|
67 |
+
"pooler_type": "first_token_transform",
|
68 |
+
"position_embedding_type": "absolute",
|
69 |
+
"problem_type": "single_label_classification",
|
70 |
+
"torch_dtype": "float32",
|
71 |
+
"transformers_version": "4.25.1",
|
72 |
+
"type_vocab_size": 2,
|
73 |
+
"use_cache": true,
|
74 |
+
"vocab_size": 501153
|
75 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b79eaeeafb99a564b9b50e91d9ff41957a40e1b65a307aa62309926e4c76bb0
|
3 |
+
size 1883835829
|
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
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0875848db9ea9ea157b382c90b986f2a807e136d3f442e6dd8cdf58b68d0d452
|
3 |
+
size 13632017
|
tokenizer_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": false,
|
5 |
+
"full_tokenizer_file": null,
|
6 |
+
"mask_token": "[MASK]",
|
7 |
+
"model_max_length": 512,
|
8 |
+
"name_or_path": "sentence-transformers/LaBSE",
|
9 |
+
"never_split": null,
|
10 |
+
"pad_token": "[PAD]",
|
11 |
+
"sep_token": "[SEP]",
|
12 |
+
"special_tokens_map_file": "labse-pytorch/special_tokens_map.json",
|
13 |
+
"strip_accents": null,
|
14 |
+
"tokenize_chinese_chars": true,
|
15 |
+
"tokenizer_class": "BertTokenizer",
|
16 |
+
"unk_token": "[UNK]"
|
17 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0e7d2eba06f17fd8f72d7ed14449afa689953e9830a392669e10f3ab69d7a59
|
3 |
+
size 3451
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|