DRamos commited on
Commit
482166c
·
1 Parent(s): c6e0ddf

Training in progress, epoch 1

Browse files
.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,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "the_of_in_with_man_photo_cat_an",
15
+ "1": "of_and_by_the_in_art_detailed_with",
16
+ "2": "anime_shinkai_makoto_hair_wearing_art_portrait_artstation",
17
+ "3": "greg_rutkowski_on_trending_by_desert_artstation_high",
18
+ "4": "horizon_jesper_ejsing_fanart_baarle_lois_rhads_global",
19
+ "5": "magali_villeneuve_gothic_byzantine_and_art_greg_rutkowski",
20
+ "6": "shallow_gathering_macro_magic_lens_photorealism_whimsical_centered",
21
+ "7": "focus_art_elegant_artgerm_illustration_and_concept_smooth",
22
+ "8": "the_sky_night_with_in_landscape_of_moon",
23
+ "9": "well_atmospheric_best_sepia_composed_brooding_wow_intricate",
24
+ "10": "barlowe_gaston_aaron_horkey_bussiere_hajime_sorayama_wayne",
25
+ "11": "pennington_bruce_elmore_larry_hildebrandt_barlow_tim_wayne",
26
+ "12": "donald_trump_as_daredevil_joe_poster_by_biden",
27
+ "13": "knab_ferdinand_rhads_bagshaw_bliss_rossdraws_loish_environment",
28
+ "14": "cyberpunk_scifi_decadent_loish_ebony_lustrous_cyborg_wlop",
29
+ "15": "8k_high_detailed_realistic_detail_4k_photo_render",
30
+ "16": "swirly_beautifully_backlit_lines_midjourney_aesthetic_zdizslaw_vibrant",
31
+ "17": "highlights_sculpture_specular_photography_baking_made_sun_human",
32
+ "18": "sharp_art_focus_psychedelic_and_rutkowski_greg_smooth",
33
+ "19": "stalenhag_simon_impressionist_flower_dahlia_surreal_giant_girl",
34
+ "20": "unreal_engine_studio_octane_high_realism_lighting_hyper",
35
+ "21": "watercolored_rozalski_jakub_dieselpunk_papyrus_colours_hour_mischievous",
36
+ "22": "sony_emma_clarke_emilia_watson_face_extremely_shell",
37
+ "23": "bleed_analog_polaroid_vintage_color_red_grain_bloom",
38
+ "24": "facility_equine_muscular_anthro_horse_furaffinity_anthropomorphized_art",
39
+ "25": "figurative_conceptual_poster_polish_controversial_monumental_geometrical_morden",
40
+ "26": "arcimboldo_giuseppe_benson_ambrosius_touch_renaissance_hr_tomato",
41
+ "27": "stevens_alfred_by_gentleman_female_ballroom_diving_chipmunks"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 3072,
45
+ "label2id": {
46
+ "8k_high_detailed_realistic_detail_4k_photo_render": 15,
47
+ "anime_shinkai_makoto_hair_wearing_art_portrait_artstation": 2,
48
+ "arcimboldo_giuseppe_benson_ambrosius_touch_renaissance_hr_tomato": 26,
49
+ "barlowe_gaston_aaron_horkey_bussiere_hajime_sorayama_wayne": 10,
50
+ "bleed_analog_polaroid_vintage_color_red_grain_bloom": 23,
51
+ "cyberpunk_scifi_decadent_loish_ebony_lustrous_cyborg_wlop": 14,
52
+ "donald_trump_as_daredevil_joe_poster_by_biden": 12,
53
+ "facility_equine_muscular_anthro_horse_furaffinity_anthropomorphized_art": 24,
54
+ "figurative_conceptual_poster_polish_controversial_monumental_geometrical_morden": 25,
55
+ "focus_art_elegant_artgerm_illustration_and_concept_smooth": 7,
56
+ "greg_rutkowski_on_trending_by_desert_artstation_high": 3,
57
+ "highlights_sculpture_specular_photography_baking_made_sun_human": 17,
58
+ "horizon_jesper_ejsing_fanart_baarle_lois_rhads_global": 4,
59
+ "knab_ferdinand_rhads_bagshaw_bliss_rossdraws_loish_environment": 13,
60
+ "magali_villeneuve_gothic_byzantine_and_art_greg_rutkowski": 5,
61
+ "of_and_by_the_in_art_detailed_with": 1,
62
+ "pennington_bruce_elmore_larry_hildebrandt_barlow_tim_wayne": 11,
63
+ "shallow_gathering_macro_magic_lens_photorealism_whimsical_centered": 6,
64
+ "sharp_art_focus_psychedelic_and_rutkowski_greg_smooth": 18,
65
+ "sony_emma_clarke_emilia_watson_face_extremely_shell": 22,
66
+ "stalenhag_simon_impressionist_flower_dahlia_surreal_giant_girl": 19,
67
+ "stevens_alfred_by_gentleman_female_ballroom_diving_chipmunks": 27,
68
+ "swirly_beautifully_backlit_lines_midjourney_aesthetic_zdizslaw_vibrant": 16,
69
+ "the_of_in_with_man_photo_cat_an": 0,
70
+ "the_sky_night_with_in_landscape_of_moon": 8,
71
+ "unreal_engine_studio_octane_high_realism_lighting_hyper": 20,
72
+ "watercolored_rozalski_jakub_dieselpunk_papyrus_colours_hour_mischievous": 21,
73
+ "well_atmospheric_best_sepia_composed_brooding_wow_intricate": 9
74
+ },
75
+ "layer_norm_eps": 1e-12,
76
+ "max_position_embeddings": 512,
77
+ "model_type": "bert",
78
+ "num_attention_heads": 12,
79
+ "num_hidden_layers": 12,
80
+ "pad_token_id": 0,
81
+ "pooler_fc_size": 768,
82
+ "pooler_num_attention_heads": 12,
83
+ "pooler_num_fc_layers": 3,
84
+ "pooler_size_per_head": 128,
85
+ "pooler_type": "first_token_transform",
86
+ "position_embedding_type": "absolute",
87
+ "problem_type": "single_label_classification",
88
+ "torch_dtype": "float32",
89
+ "transformers_version": "4.26.0",
90
+ "type_vocab_size": 2,
91
+ "use_cache": true,
92
+ "vocab_size": 501153
93
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec266e4a06839b8ddfcb8971b47f154367523ad9497f7b6771887d1f22c2649
3
+ size 1883866293
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:02ba0a4a32b92206dbdc9c6d99ec036838f9050c4d849492052b22f25d5db7f5
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff