Views
No views yet
SentenceTransformer(
(0): Transformer({'max_seq_length': 8192, 'do_lower_case': False, 'architecture': 'NewModel'})
(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("Sampath1987/EnergyEmbed-1E")
5# Run inference
6sentences = [
7 'What role did anti-collision analysis play in the drilling of the dual lateral well?',
8 'This paper aims to analyze the impact of appraising and developing marginal fields with multiple stacked reservoirs which is quite challenging in terms of techno commercial value. The development of such marginal reservoirs using conventional single horizontal wells drilling and completion is uneconomical. Therefore, it was necessary to engineer a solution that can enhance the commercial value of the project by reducing CAPEX and OPEX. This paper will present the first comprehensive business case, where multiple stacked reservoirs with marginal reserves were studied to produce independently using multilateral completions, granting full accessibility of the laterals while achieving production monitoring and reservoir surveillance.',
9 "The most common challenge in horizontal drilling is depth uncertainty which can be due to poor seismic data or interpretation. It is arguable that a successful landing of the wellbore in the reservoir optimally and within the desired zone is the most challenging in most geosteering operation. The presence of fluid contacts such as oil-water-contact (OWC) and gas-oil-contact (GOC) complicates the whole drilling process, most especially if these fluid contacts are not well defined or known. Additionally, the ability to map the boundaries of the reservoir as the BHA drills the lateral section is an added advantage to remaining within the desired reservoir section.\nThe success of any reservoir navigation service where seismic uncertainty at the reservoir top is high will rely largely on how effective the geosteering system is and how the geosteering engineer is able to react promptly to changes while landing the well in the reservoir and drilling the lateral section with without exiting the reservoir.\nReservoir Navigation Service (RNS) provides the means for the drilling near horizontal or horizontal wells for the purpose of increasing hydrocarbon extraction from the earth's subsurface. This involves the use of a pre-defined bottom hole assembly (BHA) with inbuilt downhole logging while drilling (LWD) and measurement while drilling (MWD) sensors. The measurements from these downhole sensors are uplinked to the surface of the wellbore where they are converted to meaningful petrophysical data. The goal is to use the downhole petrophysical data such as gamma ray, propagation resistivity and so on, to update an existing pre-well geological model of a section of the earth in such a way that the final result depicts the true model picture of the earth subsurface.\nThis paper focuses on using well CBH-44L to showcase how the use of real-time distance-to-boundary (D2B) measurement from a deep reading azimuthal propagation resistivity tool is use to correct for depth uncertainty in seismic, thereby, improving the chance of successfully landing and drilling a horizontal well.",
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)
18# tensor([[1.0000, 0.5813, 0.5664],
19# [0.5813, 1.0000, 0.7463],
20# [0.5664, 0.7463, 1.0000]])ai-job-validationTripletEvaluator| Metric | Value |
|---|---|
| cosine_accuracy | 0.7218 |
anchor, positive, and negative| anchor | positive | negative | |
|---|---|---|---|
| type | string | string | string |
| details |
|
|
|
| anchor | positive | negative |
|---|---|---|
What is the significance of end point relative permeability of the oil phase in the productivity of oil reservoirs below bubble point pressure? | In contrast with what is followed for Offshore Oil Operations the majority of the Onshore Oil Operations in the world do not have a Minimum and Mandatory required HSE training program for all personnel including contractors and subcontractors.[object Object]A comparison is drawn between the Minimum and Mandatory HSE Training Programmes applied offshore in developed areas, mainly North Sea and Gulf of Mexico and the benefits that similar programs can bring to the ME onshore oil operations are addressed by estimating the risk reduction and potential economic benefits.[object Object]The applicability of such Minimum and Mandatory HSE Training Programs is analyzed against the scenario of heavy utilization of contractors and subcontractors with different approach and standards in HSE training and also the increasing complexity of the onshore oil operations[object Object]An estimation of how many lives can potentially be saved by the introduction of such programs is provided in global and generic terms.[object Object]The HR Impact, in different a... | The knowledge of relative permeability is key in oil production mechanism as it affects multiphase flow which is vital to producible reserves in petroleum reservoirs. In this study, the impact of altering end point saturation on relative permeability curve and how it influences oil recovery was investigated on field X in Niger Delta, Nigeria. The saturation end points obtained after a simulation study was used as a start point to predict oil production. These end points saturation of water and oil were altered and varied according to facies. The eclipse simulation tool was used in conducting the prediction runs. The result obtained showed wide variation from actual production forecast (i.e. ≥ 25%) when end points were varied with no guided limit from experimental data. This study reveals the need for an accurate determination of residual oil saturation as it was seen to have an impact on forecast and history match. |
What role does the effective coefficient of discharge ([object Object]) play in calculating the required effective discharge area? | 96 API S TANDARD 520, P ART I—S IZING AND S ELECTION [object Object][object Object] Using the theoretical mass flux obtained from numerical integration above, one may determine the[object Object]required effective discharge area: [object Object]In USC units: [object Object][object Object] × ρ 1[object Object]× [object Object]sec gal [object Object] ×[object Object]60 × 7 4805 .[object Object]min ft 3 [object Object][object Object] = [object Object] = [object Object] × ρ × 1[object Object][object Object] × [object Object] d 60 sec × 7 4805 . gal [object Object] × [object Object] [object Object]d 60 × 7 4805 . d[object Object]3 [object Object]528 62 2 × . 1 2 2 [object Object][object Object] = × = 0 0148 ft . = 2 135 in. . (B.8) [object Object]60 7 4805 × . 7 592 14 0 65, . × . [object Object]In SI units: [object Object][object Object] ×ρ 1[object Object]× [object Object]sec liter [object Object] ×[object Object]60 min × 1 000, m 3 [object Object][object Object] = [object Object] = [object Object] ×ρ × 1[object Object][object Object] × [object Object] d 60 sec × 1 000, liter 3 [object Object] × [object Object] [object Object], [object Object][object Object] = 2 000, × 996 9 . × 1 = 1 379 . × 10 − 3 m 2 = 1 379 mm, 2 (B.9)[object Object]60 × 1 000, 37 068, × 0 65 . [object Object]where [object Object][object Object] is the theoretical mass flux through the nozzle, lb/s·ft [2] (kg/s·m [2] ); [object Object][object Object] is the required relief rate, lb/s (kg/s); [object Object][object Object] is the required relief rate, gal/min (L/min); [object Object]ρ = 1 [object Object] is the fluid density, lb/ft [3] (kg/m [3] ); [object Object][object Object] d is the effective coefficient of discharge... | S IZING, S ELECTION, AND I NSTALLATION OF P RESSURE - RELIEVING D EVICES 59 [object Object][object Object] [object Object][object Object] [object Object][object Object] Pressure-relief devices in gas or vapor service that operate at critical flow conditions (see 5.6.2)[object Object]may be sized using Equation (2) through Equation (7). Each of the equations may be used to calculate the[object Object]effective discharge area, [object Object], required to achieve a required flow rate through a pressure-relief device. A PRV[object Object]that has an effective discharge area equal to or greater than the calculated value of [object Object] is then chosen for the[object Object]application. [object Object]In USC units: [object Object][object Object] = (2) [object Object][object Object] = (3) [object Object]6 32 . [object Object] d 1 b c [object Object][object Object] = (4) [object Object]1 175 . [object Object] [object Object]1 175 . [object Object] d 1 b c [object Object]. [object Object]In SI units: [object Object][object Object] = (5) [object Object][object Object] = (6)[object Object][object Object] [object Object]d 1 b c [object Object][object Object] =[object Object][object Object] [object Object]=[object Object](7) [object Object]d 1 b c [object Object]where [object Object][object Object] is the required effective discharge area of the device, in. [2] (mm [2] ) (see 3.20); [object Object][object Object] is the required flow through the device, lb/h (kg/h); [object Object]_C... |
How many swellable packers were required to be run in the horizontal hole part for the AICV trial, and what was the purpose of this requirement? | Removing fluid from a wellbore column, allowing a well to flow initially, or bringing a previous well back online, nitrogen lifting is commonly used in north Iraq wells. Due to the inability of coiled tubing units to be delivered on time and their high cost, operators are forced to seek for an alternative method of unloading drilling fluid. A hydraulic Jet Pump is a technology used to complete the task.[object Object]A newly drilled well DB-H was chosen, and the drilling fluid volume calculated was 12,000 bbl. to pump to the surface and begin production, assuming nonstop operation between unloading and producing. The deployment of the hydraulic lift Jet Pump for both stages was planned. Well data from the operator was collected, the process design was initiated, and Jet Evaluation Modeling Software (JEMS) was used to run the design models. A Proper pump size was set up based on available data to meet operator expectations. A Reverse Circulating Jet Pump (RCJP) was chosen to be installed inside a Sli... | This development, predominantly from four artificial islands, of a giant offshore field in the United Arab Emirates (UAE) requires lateral compartmentalization with open hole packers of the 6 5/8" horizontal lower completions with lateral lengths greater than 16,000ft and total well lengths greater than 30,000ft MD. Swell Packer technology has enabled cost effective compartmentalization in horizontal laterals and is the preferred OH packer solution for the development.[object Object]Deploying swell packers is regarded as being a simple solution to compartmentalizing any lateral where typically the deployment fluid differs from the fluids in which it will swell in; this application prevents the elastomer from swelling during deployment and swelling upon contact with produced or injected fluids. The use of an extended delayed oil swell packer with no delay systems in this particular application enables the packers to be deployed in a Non Aqueous Reservoir Drill in Fluid (RDFNAF) where the packer is re... |
MultipleNegativesRankingLoss with these parameters:
1{
2 "scale": 20.0,
3 "similarity_fct": "cos_sim",
4 "gather_across_devices": false
5}anchor, positive, and negative| anchor | positive | negative | |
|---|---|---|---|
| type | string | string | string |
| details |
|
|
|
| anchor | positive | negative |
|---|---|---|
How does partial jacket construction differ for vessels that cannot use staybolt construction? | [object Object] [object Object] [object Object][object Object] [object Object][object Object] Partial jackets that by virtue of their service or[object Object]configuration do not lend themselves to staybolt construction may be fabricated by other means providing[object Object]they are designed using appropriate stress values and[object Object]are proof tested in accordance with UG-101(p). [object Object]444 [object Object][object Object] [object Object] [object Object][object Object] Fabrication of vessels shall be in accordance with[object Object]applicable Parts of Subsection A and Subsection B, Part[object Object]UW. The requirements of UW-13(e) do not apply to closure rings.[object Object][object Object] This Appendix covers fabrication of jacketed vessels[object Object]by welding. Other methods of fabrication are permitted,[object Object]provided the requirements of applicable parts of this Di[object Object]vision are met. [object Object][object Object] Where only the inner vessel is subjected to lethal[object Object]service, the requirements of UW-2 shall apply only to[object Object]welds in the inner vessel and those welds attaching the[object Object]jacket to the inner vessel. Welds attaching the jacket to[object Object]the inner vessel need not be radiographed and may b... | [object Object] [object Object] [object Object]‐ ‐[object Object](g 5), and (g 6), may be used on any of the types of[object Object]jacketed vessels shown in Figure 9-2 where [object Object] [object Object] does not[object Object]exceed [5] / 8 in. (16 mm).[object Object][object Object] Closures shown in Figure 9-5, sketch (h) used on[object Object]Type 3 jacketed vessels shown in Figure 9-2 shall have attachment welds in accordance with Figure 9-5, sketch [object Object]‐ ‐[object Object](i 1) or (i 2). This construction is limited to jackets where[object Object][object Object] [object Object] does not exceed [5] / 8 in. (16 mm).[object Object][object Object] Closures for conical or toriconical jackets shown[object Object]in Figure 9-5, sketches (k) and (l) shall comply with the[object Object]requirements for Type 2 jacketed vessels shown in Figure[object Object]9-2. [object Object][object Object] Any radial welds in closure members shall be buttwelded joints penetrating through the full thickness of the[object Object]member and shall be ground flush where attachment[object Object]welds are to be made. [object Object][object Object] Where the inner vessel must meet the requirements[object Object]of UW-2, the attachment welds of the jacket to the inner[object Object]vessel need not be welded for their full thickness no... |
What dimensions must fins and studs conform to as stipulated in Section 17.4.4? | [object Object] [object Object][object Object] Examination of heater steelwork shall be in accordance with the structural design code. [object Object][object Object] Refractory linings shall be examined throughout for thickness variations during application and for cracks[object Object]after curing. Thickness tolerance is limited to a range of minus 6 mm (1/4 in) to plus 13 mm (1/2 in). Cracks which[object Object]are 3 mm (1/8 in) or greater in width and penetrate more than 50 % of the castable thickness shall be repaired.[object Object]Repairs shall be made by chipping out the unsound refractory to the backup layer interface or casing and[object Object]exposing a minimum of three tieback anchors, or to the sound metal, making a joint between sound refractory that[object Object]has a minimum slope of 25 mm (1 in) to the base metal (dove-tail construction) and then gunning, casting or[object Object]hand-packing the area to be repaired. [object Object][object Object] Finned extended surface shall be examined to ensure fins are perpendicular to the tube within 15°. The[object Object]maximum discontinuity of the w... | [object Object] -112 STEEL ANCHORS [Sect. I8. [object Object][object Object] [object Object] [object Object]Steel anchors in composite components shall meet the following requirements: [object Object](a) Minimum concrete cover to steel anchors shall be in accordance with ACI 318[object Object]provisions for concrete protection of headed shear stud reinforcement. [object Object](b) Minimum center-to-center spacing of steel headed stud anchors shall be four[object Object]diameters in any direction. [object Object](c) The maximum center-to-center spacing of steel headed stud anchors shall not [object Object]exceed 32 times the shank diameter. [object Object](d) The maximum center-to-center spacing of steel channel anchors shall be 24 in.[object Object](600 mm). [object Object][object Object] Detailing requirements provided in this section are absolute limits.[object Object]See Sections I8.3a, I8.3b and I8.3c for additional limitations required to preclude[object Object]edge and group effect considerations. [object Object][object Object] July 7, 2016[object Object]A MERICAN I NSTITUTE OF S TEEL C ONSTRUCTION |
What are some common mistakes in oil and gas project execution that lead to financial losses? | Dozens of deepwater wells have been drilled in western South China Sea with about 30 percent have characteristics of high temperature and high pressure, which brought a series of difficulties and challenges to field operations. After incorporating the analysis of engineering and geological environment for deepwater HTHP wells in Lingshui block of western South China Sea, it is suggested that the solution of drilling problems for deepwater HTHP wells should start from drilling fluid. Several major technical problems are required to be addressed by drilling fluid, such as co-exist of low temperature and high temperature that lead to difficulty of drilling fluid maintenance and narrow density margin caused by deepwater and high pressure. Based on the above problems, combining with geological features of HTHP wells, researchers developed a novel water based drilling fluid system compatible with deepwater HTHP wells in Lingshui block on the basis of conventional HEM drilling fluid and furth... | The lack of availability of required skills and experience in most if not all parts of the oil and gas value chain is well documented so, rather than trying to make the case, we will summarise the challenge thus: the industry in all parts of the world can't find the capability it needs to safely get its work done in the timeframes it would like.[object Object]However or wherever the situation is measured, the consequence is that in days when the oil price might suggest that the industry has "never had it so good", many companies are falling seriously short of stakeholder expectations with projects of all types not being completed as planned or failing to deliver anticipated returns.[object Object]Close to home we see producers consistently missing quarterly production targets and a seemingly constant downgrading of forecasts and year-on-year plans. This leads to a constant stream of bad news and criticism in the media, greater stress through all levels of management and an inevitable "knee jerk" towards a more sh... |
MultipleNegativesRankingLoss with these parameters:
1{
2 "scale": 20.0,
3 "similarity_fct": "cos_sim",
4 "gather_across_devices": false
5}eval_strategy: stepsper_device_train_batch_size: 16per_device_eval_batch_size: 16learning_rate: 2e-05num_train_epochs: 1warmup_ratio: 0.1overwrite_output_dir: Falsedo_predict: Falseeval_strategy: stepsprediction_loss_only: Trueper_device_train_batch_size: 16per_device_eval_batch_size: 16per_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: 1max_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: Falsefp16: 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: Falseignore_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: Falseresume_from_checkpoint: Nonehub_model_id: Nonehub_strategy: every_savehub_private_repo: Nonehub_always_push: Falsehub_revision: Nonegradient_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: Noneinclude_tokens_per_second: Falseinclude_num_input_tokens_seen: Falseneftune_noise_alpha: Noneoptim_target_modules: Nonebatch_eval_metrics: Falseeval_on_start: Falseuse_liger_kernel: Falseliger_kernel_config: Noneeval_use_gather_object: Falseaverage_tokens_across_devices: Falseprompts: Nonebatch_sampler: batch_samplermulti_dataset_batch_sampler: proportionalrouter_mapping: {}learning_rate_mapping: {}| Epoch | Step | Training Loss | Validation Loss | ai-job-validation_cosine_accuracy |
|---|---|---|---|---|
| 0.1795 | 1000 | - | 1.1294 | 0.6784 |
| 0.3590 | 2000 | - | 1.0762 | 0.6932 |
| 0.5385 | 3000 | - | 1.0464 | 0.7093 |
| 0.7180 | 4000 | - | 1.0251 | 0.7191 |
| 0.8975 | 5000 | 1.1775 | 1.0123 | 0.7218 |
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}