Views
No views yet
SentenceTransformer(
(0): Transformer({'max_seq_length': 512, 'do_lower_case': True}) with Transformer model: BertModel
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
(2): Normalize()
)pip install -U sentence-transformers1from sentence_transformers import SentenceTransformer
2
3# Download from the 🤗 Hub
4model = SentenceTransformer("avsolatorio/GIST-Embedding-v0_en-tr_all-jobs")
5# Run inference
6sentences = [
7 "RF-QK13895 Muhasebe Uzmanı MET-GÜN İNŞAAT TAAHHÜT VE TİCARET A.Ş. İstanbul(Avr.)\n\n**Şirketimizin\xa0 Maslak'ta Bulunan Genel Müdürlüğü'nde görevlendirilmek üzere ''Muhasebe Uzmanı'' arayışımız bulunmaktadır.**\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Üniversitelerin İlgili bölümlerinden mezun,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Alanında 4-5 yıl tecrübeli,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Tek düzen hesap planı ve vergi uygulamalarını bilen,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 E- defter, E-fatura, E-arşiv süreçlerine hakim,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Erp programları kullanmış,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Ofis programlarına iyi derecede hakim,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Analitik düşünme becerisi gelişmiş ve detaylara önem veren,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Takım çalışmasına yatkın, analiz ve değerlendirme yeteneğine sahip,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Erkek adaylar için askerlik görevini tamamlamış \n\n\n \n\n\nİŞ TANIMI\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Muhasebe kayıtlarına esas teşkil edecek belgelerin, şirket prosedürleri ve yasalar çerçevesinde kontrollerinin yapılması ve muhasebe sistemine kayıtlarının atılması,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 KDV, Muhtasar, Damga Vergisi işlemlerinin yapılması, \n\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Geçici ve Kurumlar Vergisi beyannamelerinin hazırlık sürecinde destek olunması,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 KDV İade süreçlerinin yürütülmesi,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Mizan kontrolü ve dönem sonu işlemlerinin yapılması,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Masraf formlarının takibi ve muhasebe kayıtlarının yapılması,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Cari hesap takibi ve mutabakatının yapılması,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Aylık Ba-Bs mutabakat formu çalışmalarının yapılması,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Muhasebesel raporlamalara destek olarak görev ve sorumluluk alınması,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Vergi işlemlerinin hazırlanması ve tahakkukların yapılması, ödeme işlemlerinin takibinin sağlanması\n\n \n\n\n",
8 'RF-QK13895 Accounting Specialist MET-GÜN CONSTRUCTION CONTRACTING AND TRADE INC. Istanbul(Avr.)\n\n**We are looking for an "Accounting Specialist" to be assigned to our company\'s General Directorate in Maslak.**\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Graduated from the relevant departments of universities,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 4-5 years of experience in the field,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Knowing the uniform chart of accounts and tax practices,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Proficient in e-ledger, e-invoice, e-archive processes,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Used ERP programs,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Good command of office programs,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Analytical thinking skills and attaching importance to details,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Prone to teamwork, ability to analyze and evaluate,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Completed military service for male candidates \n\nJOB DESCRIPTION\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Checking the documents that will form the basis of the accounting records within the framework of company procedures and laws and recording them in the accounting system,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Carrying out VAT, Withholding and Stamp Duty transactions, \n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Supporting the preparation process of Provisional and Corporate Tax returns,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Execution of VAT Refund processes,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Trial balance control and end-of-period transactions,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Follow-up of expense forms and accounting records,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Follow-up and reconciliation of current accounts,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Carrying out monthly Ba-Bs reconciliation form studies,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Taking duties and responsibilities by supporting accounting reporting,\n\n·\xa0\xa0\xa0\xa0\xa0\xa0\xa0 Preparation of tax transactions and accruals, follow-up of payment transactions\n\n',
9 'RF-HD45885 German Teacher Teleperformance Uşak <h2>GENERAL QUALIFICATIONS AND JOB DESCRIPTION</h2><h3><p class="x_x_x_x_x_x_x_x_x_x_x_x_xxxxxxxxxxxmsonormal"><span>Teleperformance, which is a leader in providing excellent customer experience worldwide, provides services to companies on an international scale, achieving superior results in the management of customer service, technical support, sales, marketing and collection processes of institutions. </span><span></span></p><p><span>Teleperformance Group, With more than <span>420,000</span> employees in <span>88</span> countries, <span>265+</span> languages and dialects, <span>and 450</span> Call centers , it provides outsourced Call Center services to large-scale international companies operating in different sectors and various countries.</span></p><p><span> </span></p><p class="x_x_x_x_x_x_x_x_x_x_x_x_xxxxxxxxxxxmsonormal">We are <span><span>looking for</span> a <span>"German Teacher" </span><span>to work at our Teleperformance Uşak Campus</span>.</span></p><p class="x_x_x_x_x_x_x_x_x_x_x_x_xxxxxxxxxxxmsonormal"><span> </span></p><ul><li><span>Graduated from German Language Teaching, Translation and Interpreting, German Language and Literature departments of universities,</span></li> <li><span>Having vocational education certificates,</span></li> At <li>least 3 years of school and language course instructor experience,</li> <li><span>Able to teach full-time to adults at General German (A1-B2) levels,</span></li><li><span>Strong human relations, high energy,</span></li> <li><span>prone to teamwork,</span></li> <li>no travel barriers between locations.</li></ul><p class="x_x_x_x_x_x_x_x_x_x_x_x_xxxxxxxxxxxmsonormal"><span> </span></p><p class="x_x_x_x_x_x_x_x_x_x_x_x_xxxxxxxxxxxmsonormal"><span>Job Description</span></p> Determining <ul><li><span>the level for the German classes to be opened in the relevant campuses of Teleperformance Turkey, creating the relevant curricula,</span></li> following <li><span>up the attendance of the participants in the German classes,</span></li><li><span>Organization of midterm exams and exam processes of the participants and reporting the results,</span></li> <li><span>Keeping the education provided alive with up-to-date resource researches,</span></li> <li><span>Preparing reports of all reports and processes related to the training classes and transferring them to the senior management.</span></li></ul></h3> ',
10]
11embeddings = model.encode(sentences)
12print(embeddings.shape)
13# [3, 768]
14
15# Get the similarity scores for the embeddings
16similarities = model.similarity(embeddings, embeddings)
17print(similarities.shape)
18# [3, 3]en-tr-jobs-validation and en-tr-jobs-testTripletEvaluator| Metric | en-tr-jobs-validation | en-tr-jobs-test |
|---|---|---|
| cosine_accuracy | 1.0 | 1.0 |
anchor and positive| anchor | positive | |
|---|---|---|
| type | string | string |
| details |
|
|
| anchor | positive |
|---|---|
YKBBTA-016 BT Araçları Yönetimi ve Bilgi Tedarik Uzmanı YAPI KREDİ İstanbul(Avr.), İstanbul(Asya) Bankamız Genel Müdürlüğü İç Denetim Yönetimi bünyesinde görev alacak "BT Araçları Yönetimi ve Bilgi Tedarik Uzmanı" arayışımız bulunmaktadır. İç Denetimler, Yasal Denetimler ve İştirak denetimlerine ilişkin bulgularla ilgili datanın denetim sistemine girişlerini ve güncellemelerini günlük olarak sağlamak İç denetim ve şube denetim raporlarının biçimini ve mevcut formatlara uygunluğunu günlük olarak gözden geçirmek ve izleme için raporlanmasını sağlamak İç denetim ve şube denetimlerinde gerekli sistemsel raporların analizine ve teminine destek olmak Düzenleyici kurumların talep ettiği raporlamalarda organizasyonu sağlamak ve ilgili raporlamalara destek olmak İç Denetim İzleme bölümü tarafından izleme faliyetleri için kullanılan programlarda gerekli sistemsel düzenlemelerde analiz ve test desteği vermek IT audit bilgi sistemleri denetim teknolojileri BT Tercihen üniversitelerin Bilgisayar,... | YKBBTA-016 IT Tools Management and Information Procurement Specialist YAPI KREDİ Istanbul (Avr.), Istanbul (Asia) We are looking for an "IT Tools Management and Information Procurement Specialist" to work within the Internal Audit Management of our Bank's General Directorate. To ensure that the data related to the findings of Internal Audits, Legal Audits and Subsidiary audits are entered and updated into the audit system on a daily basis To review the format of internal audit and branch audit reports and their compliance with existing formats on a daily basis and to ensure that they are reported for monitoring To support the analysis and provision of necessary systemic reports in internal audit and branch audits To ensure organization in the reporting requested by the regulatory authorities and to ensure the relevant To support reporting, To provide analysis and testing support in the necessary systemic arrangements in the programs used by the Internal Audit Monitoring department fo... |
RF-OI66287 Kasiyer Zen Turizm Hediyelik Eşya San ve Tic. Ltd. Şti. İstanbul(Avr.) [object Object][object Object][object Object][object Object][object Object][object Object]
[object Object][object Object][object Object][object Object] | RF-OI66287 Cashier Zen Tourism Gift Goods San ve Tic. Istanbul(Avr.) [object Object][object Object][object Object][object Object] the general order in the office kitchen[object Object][object Object]At
[object Object] able [object Object] [object Object] [object Object] |
ATCESK0217 Teknik Satış Uzmanı (ATC) - ESKİŞEHİR TIMAC AGRO Avrasya Ziraat Sanayi ve Ticaret A.Ş. Eskişehir Timac Agro Avrasya toprak ve çiftçilerin ihtiyaçlarına yönelik gübreleri geniş bir yelpazede sunan, Group Roullier bünyesinde faaliyet gösteren %100 yabancı sermayeli bir kuruluştur.50 farklı ülkede faaliyetlerini sürdürmekte olan Groupe Roullier' in global olarak 9000 çalışanı bulunmaktadır ve yatırımlarına devam ederek çalışan sayısını her geçen gün arttırmaktadır. Bitki besinleri, toprak iklimlendirme ve gübre verimi konusundaki geniş uzmanlığı ile bitki ve hayvan beslenmesinde bir uzmanlaşan Timac Agro, özel gübreler konusunda profesyonel ziraat mühendisi ve ziraat teknikeri ekipleriyle tarımsal üreticilere teknik eğitim hizmetleride vermektedir. 2016 Yılında alınmış olan Türkiye organizasyonu büyütme kararımız çerçevesinde ESKİŞEHİR Bölgemize, 2020 Vizyonumuza birlikte ulaşma heyecanını beraber yaşayacağımız ‘’ Teknik Satış Uzmanı (ATC) ’’aramaktayız.Aradığımız Özellikler, ... | ATCESK0217 Technical Sales Specialist (ATC) - ESKİŞEHİR TIMAC AGRO Avrasya Ziraat Sanayi ve Ticaret A.Ş. Eskişehir Timac Agro Avrasya is a 100% foreign capital company operating within the Group Roullier, offering a wide range of fertilizers for the needs of soil and farmers.Groupe Roullier, which operates in 50 different countries, has 9000 employees globally and continues to increase the number of employees day by day by continuing its investments. Timac Agro, which specializes in plant and animal nutrition with its extensive expertise in plant nutrients, soil air conditioning and fertilizer yield, also provides technical training services to agricultural producers with its professional teams of agricultural engineers and agricultural technicians on special fertilizers. Within the framework of our decision to expand the organization in Turkey, which was taken in 2016, we are looking for a "Technical Sales Specialist (ATC)" with whom we will experience the excitement of reaching our 2... |
MultipleNegativesRankingLoss with these parameters:
1{
2 "scale": 100,
3 "similarity_fct": "cos_sim"
4}anchor and positive| anchor | positive | |
|---|---|---|
| type | string | string |
| details |
|
|
| anchor | positive |
|---|---|
RF-IF76346 Bölge Satış Sorumlusu Timon Toplu Tüketim San. Tic. A.Ş. İstanbul(Avr.)[object Object][object Object][object Object][object Object][object Object]* Şirket politikaları doğrultusunda mevcut müşteri portföyünü korumakla beraber, yeni müşteriler bulunması konusunda gerekli faaliyetleri gerçekleştirmek,[object Object]* Satış hedeflerine ulaşmak için gerekli aksiyonları almak, aktivite ve kampanyaları uygulamak,[object Object]* Müşteri ilişkilerini güçlendirmek ve problemleri çözmek,[object Object]* Müşterileri düzenli ziyaret ederek yeni ürün ve kampanyalar ile ilgili bilgilendirmek ve belirlenen satış hedeflerini gerçekleştirmek,[object Object][object Object]Birlikte yol alabileceğimiz [object Object] arkadaşı arıyoruz![object Object][object Object][object Object][object Object][object Object]* Kırtasiye ürün grubunda toptan ve saha çalışması yapabilecek,[object Object]* Kırtasiye ürünleri satış yönetiminde tecrübeli,[object Object]* Bayilik oluşturma konusunda yetenekli,[object Object]* Yoğun çalışma temposuna uyumlu,[object Object]* Satış hedeflerine ulaşma konusunda etkin çalışma yeteneğine sahip,[object Object]* Müşteri ilişkilerinde başarılı ve problem çözme yeteneğine sahip,[object Object]* İnsan ilişkilerinde başarılı ve ekip ç... | RF-IF76346 Regional Sales Supervisor Timon Mass Consumption San. A.S. Istanbul(Avr.)[object Object][object Object][object Object][object Object][object Object]* To maintain the existing customer portfolio in line with the company's policies, as well as to carry out the necessary activities to find new customers,[object Object]* To take the necessary actions to achieve the sales targets, to implement activities and campaigns,[object Object]* Strengthening customer relations and solving problems,[object Object]* To visit customers regularly and to inform them about new products and campaigns and to achieve the determined sales targets,[object Object][object Object]We're looking for a [object Object] to go along with![object Object][object Object][object Object][object Object][object Object]* Will be able to do wholesale and field work in the stationery product group,[object Object]* Experienced in stationery products sales management,[object Object]* Skilled in creating dealerships,[object Object]* Compatible with intense work tempo,[object Object]* Have the ability to work effectively in achieving sales targets,[object Object]* Successful in customer relations and problem solving skills,[object Object]* Successful in human relat... |
RF-VD27653 Muhasebe ve Finans Uzmanı ADECCO İzmir[object Object][object Object]Adecco Grup, merkezi İsviçre’de, 60’tan fazla ülke ve bölgede yaklaşık 33.000 çalışanı, 5.500 şubesiyle her gün 750.000’in üzerinde kişiye iş imkanı sağlayarak 100.000’in üzerinde firma ile buluşturmaktadır. İnsan kaynakları ve istihdam çözümleri konusunda dünya lideri olan Adecco, global bakış açısı ile lokal ihtiyaçların çözümlenmesinde geniş bilgi birikimini müşterileriyle paylaşmaktadır. Adecco Group bir Fortune 500 firması olup, SIX Swiss Exchange borsanına kotedir.[object Object][object Object]Danışmanlığını yapmakta olduğumuz maden sektöründe faaliyet gösteren müşterimiz için 'Muhasebe ve Finans Uzmanı' arayışımız bulunmaktadır. [object Object][object Object][object Object]GENEL NİTELİKLER[object Object][object Object]* Üniversitelerin ilgili bölümlerinden mezun,[object Object]* Muhasebe alanında en az 3 yıl deneyime sahip,[object Object]* Ms Office programlarını ileri derecede kullanabilen,[object Object]* Analitik düşünebilen, sorumluluk bilincine sahip,[object Object]* Erkek adaylar için askerlik hizmetini tamamlamış,[object Object]* İzmir'de ikamet eden ve edebilecek olan,[object Object][object Object]İŞ TANIMI[object Object][object Object]* B... | RF-VD27653 Accounting and Finance Specialist ADECCO Izmir[object Object][object Object]Headquartered in Switzerland, the Adecco Group employs approximately 33,000 people in more than 60 countries and territories and connects more than 100,000 companies with more than 750,000 jobs every day through 5,500 branches. As a world leader in human resources and employment solutions, Adecco shares its extensive knowledge with its customers in solving local needs with a global perspective. The Adecco Group is a Fortune 500 company listed on the SIX Swiss Exchange.[object Object][object Object]We are looking for an 'Accounting and Finance Specialist' for our customer operating in the mining sector, which we are consulting. [object Object][object Object]GENERAL QUALIFICATIONS[object Object][object Object]* Graduated from relevant departments of universities,[object Object]* At least 3 years of experience in the field of accounting,[object Object]* Able to use Ms Office programs at an advanced level,[object Object]* Able to think analytically, have a sense of responsibility,[object Object]* Completed military service for male candidates,[object Object]* Residing and able to r... |
RF-EP32604 Kıdemli Satış Temsilcisi PHARMAMEDEX İLAÇ SANAYİ VE TİCARET LİMİTED ŞİRKETİ İstanbul(Asya),İstanbul(Avr.)[object Object][object Object]* Tercihen üniversitelerin ilgili bölümlerinden mezun[object Object]* Tercihan İlaç ve Medikal sektöründe yurtdışı satış ve pazarlamada deneyimli[object Object]* Yurtdışına açılabilmek için yeni pazar araştırması yapabilen ve yenilikleri yakından takip ederek öneriler sunabilen[object Object]* İyi derecede İngilizce bilen[object Object]* Tercihen 2. bir dil bilen[object Object]* Proaktif, kalite ve sonuç odaklı, değişime ve gelişime açık[object Object]* Planlama, organizasyon ve problem çözme yeteneğine sahip[object Object]* Yurtdışı Seyahat engeli olmayan[object Object]* Ekip çalışmasına yatkın, zaman yönetimi ve iletişim becerileri güçlü takım arkadaşları arıyoruz.[object Object][object Object] [object Object][object Object][object Object]İhracat İşlemleri Satış ilaç mümessil saha satış | RF-EP32604 Senior Sales Representative PHARMAMEDEX PHARMACEUTICALS INDUSTRY AND TRADE LIMITED COMPANY Istanbul(Asia),Istanbul(Avr.)[object Object][object Object]* Preferably graduated from the relevant departments of universities[object Object]* Preferably experienced in overseas sales and marketing in the Pharmaceutical and Medical sector[object Object]* Able to conduct new market research in order to expand abroad and to offer suggestions by closely following innovations[object Object]* Good command of English[object Object]* Preferably speaks a 2nd language[object Object]* Proactive, quality and result-oriented, open to change and development[object Object]* Ability to plan, organize and solve problems[object Object]* No obstacle to travel abroad[object Object]* We are looking for teammates who are prone to teamwork and have strong time management and communication skills.[object Object][object Object]Export Operations Sales Pharmaceutical Representative Field Sales |
MultipleNegativesRankingLoss with these parameters:
1{
2 "scale": 100,
3 "similarity_fct": "cos_sim"
4}eval_strategy: stepsper_device_train_batch_size: 64per_device_eval_batch_size: 128learning_rate: 2e-05num_train_epochs: 5warmup_ratio: 0.1bf16: Trueload_best_model_at_end: Truepush_to_hub: Truehub_private_repo: Truebatch_sampler: no_duplicatesoverwrite_output_dir: Falsedo_predict: Falseeval_strategy: stepsprediction_loss_only: Trueper_device_train_batch_size: 64per_device_eval_batch_size: 128per_gpu_train_batch_size: Noneper_gpu_eval_batch_size: Nonegradient_accumulation_steps: 1eval_accumulation_steps: Nonetorch_empty_cache_steps: Nonelearning_rate: 2e-05weight_decay: 0.0adam_beta1: 0.9adam_beta2: 0.999adam_epsilon: 1e-08max_grad_norm: 1.0num_train_epochs: 5max_steps: -1lr_scheduler_type: linearlr_scheduler_kwargs: {}warmup_ratio: 0.1warmup_steps: 0log_level: passivelog_level_replica: warninglog_on_each_node: Truelogging_nan_inf_filter: Truesave_safetensors: Truesave_on_each_node: Falsesave_only_model: Falserestore_callback_states_from_checkpoint: Falseno_cuda: Falseuse_cpu: Falseuse_mps_device: Falseseed: 42data_seed: Nonejit_mode_eval: Falseuse_ipex: Falsebf16: Truefp16: Falsefp16_opt_level: O1half_precision_backend: autobf16_full_eval: Falsefp16_full_eval: Falsetf32: Nonelocal_rank: 0ddp_backend: Nonetpu_num_cores: Nonetpu_metrics_debug: Falsedebug: []dataloader_drop_last: Falsedataloader_num_workers: 0dataloader_prefetch_factor: Nonepast_index: -1disable_tqdm: Falseremove_unused_columns: Truelabel_names: Noneload_best_model_at_end: Trueignore_data_skip: Falsefsdp: []fsdp_min_num_params: 0fsdp_config: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}fsdp_transformer_layer_cls_to_wrap: Noneaccelerator_config: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}deepspeed: Nonelabel_smoothing_factor: 0.0optim: adamw_torchoptim_args: Noneadafactor: Falsegroup_by_length: Falselength_column_name: lengthddp_find_unused_parameters: Noneddp_bucket_cap_mb: Noneddp_broadcast_buffers: Falsedataloader_pin_memory: Truedataloader_persistent_workers: Falseskip_memory_metrics: Trueuse_legacy_prediction_loop: Falsepush_to_hub: Trueresume_from_checkpoint: Nonehub_model_id: Nonehub_strategy: every_savehub_private_repo: Truehub_always_push: Falsegradient_checkpointing: Falsegradient_checkpointing_kwargs: Noneinclude_inputs_for_metrics: Falseinclude_for_metrics: []eval_do_concat_batches: Truefp16_backend: autopush_to_hub_model_id: Nonepush_to_hub_organization: Nonemp_parameters:auto_find_batch_size: Falsefull_determinism: Falsetorchdynamo: Noneray_scope: lastddp_timeout: 1800torch_compile: Falsetorch_compile_backend: Nonetorch_compile_mode: Nonedispatch_batches: Nonesplit_batches: Noneinclude_tokens_per_second: Falseinclude_num_input_tokens_seen: Falseneftune_noise_alpha: Noneoptim_target_modules: Nonebatch_eval_metrics: Falseeval_on_start: Falseuse_liger_kernel: Falseeval_use_gather_object: Falseaverage_tokens_across_devices: Falseprompts: Nonebatch_sampler: no_duplicatesmulti_dataset_batch_sampler: proportional| Epoch | Step | Training Loss | Validation Loss | en-tr-jobs-validation_cosine_accuracy | en-tr-jobs-test_cosine_accuracy |
|---|---|---|---|---|---|
| -1 | -1 | - | - | 0.9833 | - |
| 0.1680 | 500 | 0.7731 | 0.0033 | 1.0 | - |
| 0.3360 | 1000 | 0.1047 | 0.0015 | 1.0 | - |
| 0.5040 | 1500 | 0.0545 | 0.0009 | 1.0 | - |
| 0.6720 | 2000 | 0.0388 | 0.0002 | 1.0 | - |
| 0.8401 | 2500 | 0.03 | 0.0004 | 1.0 | - |
| 1.0077 | 3000 | 0.0239 | 0.0004 | 1.0 | - |
| 1.1757 | 3500 | 0.0201 | 0.0004 | 1.0 | - |
| 1.3438 | 4000 | 0.0188 | 0.0002 | 1.0 | - |
| 1.5118 | 4500 | 0.0189 | 0.0003 | 1.0 | - |
| 1.6798 | 5000 | 0.0183 | 0.0001 | 1.0 | - |
| 1.8478 | 5500 | 0.0163 | 0.0002 | 1.0 | - |
| 2.0158 | 6000 | 0.0151 | 0.0001 | 1.0 | - |
| 2.1838 | 6500 | 0.0135 | 0.0003 | 1.0 | - |
| 2.3518 | 7000 | 0.0122 | 0.0002 | 1.0 | - |
| 2.5198 | 7500 | 0.0127 | 0.0002 | 1.0 | - |
| 2.6878 | 8000 | 0.0113 | 0.0001 | 1.0 | - |
| 2.8558 | 8500 | 0.0113 | 0.0001 | 1.0 | - |
| 3.0239 | 9000 | 0.0104 | 0.0002 | 1.0 | - |
| 3.1919 | 9500 | 0.0104 | 0.0002 | 1.0 | - |
| 3.3599 | 10000 | 0.0088 | 0.0002 | 1.0 | - |
| 3.5279 | 10500 | 0.0108 | 0.0003 | 1.0 | - |
| 3.6959 | 11000 | 0.0108 | 0.0001 | 1.0 | - |
| 3.8639 | 11500 | 0.0089 | 0.0001 | 1.0 | - |
| 4.0316 | 12000 | 0.0085 | 0.0001 | 1.0 | - |
| 4.1996 | 12500 | 0.0091 | 0.0001 | 1.0 | - |
| 4.3676 | 13000 | 0.0089 | 0.0001 | 1.0 | - |
| 4.5356 | 13500 | 0.0098 | 0.0001 | 1.0 | - |
| 4.7036 | 14000 | 0.0095 | 0.0001 | 1.0 | - |
| 4.8716 | 14500 | 0.009 | 0.0001 | 1.0 | - |
| -1 | -1 | - | - | - | 1.0 |
1@inproceedings{reimers-2019-sentence-bert,
2 title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
3 author = "Reimers, Nils and Gurevych, Iryna",
4 booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
5 month = "11",
6 year = "2019",
7 publisher = "Association for Computational Linguistics",
8 url = "https://arxiv.org/abs/1908.10084",
9}1@misc{henderson2017efficient,
2 title={Efficient Natural Language Response Suggestion for Smart Reply},
3 author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
4 year={2017},
5 eprint={1705.00652},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL}
8}