tommytracx commited on
Commit
46c9c48
·
verified ·
1 Parent(s): 406a2cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -21,12 +21,11 @@ base_model:
21
  - sentence-transformers/all-MiniLM-L6-v2
22
  ---
23
 
24
- [![Hugging Face](https://img.shields.io/badge/HuggingFace-OGAI--Embedder-blue)](https://huggingface.co/GainEnergy/OGAI-Embedder)
25
- [![License](https://img.shields.io/github/license/huggingface/transformers.svg)](LICENSE)
26
-
27
  # OGAI-Embedder
28
  This is a [sentence-transformers](https://www.SBERT.net) model fine-tuned specifically for **drilling engineering** applications in the oil and gas industry. It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for tasks like **technical document retrieval, automated report analysis, and intelligent search** within **drilling-related datasets**.
29
 
 
 
30
 
31
  ## Usage (Sentence-Transformers)
32
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
 
21
  - sentence-transformers/all-MiniLM-L6-v2
22
  ---
23
 
 
 
 
24
  # OGAI-Embedder
25
  This is a [sentence-transformers](https://www.SBERT.net) model fine-tuned specifically for **drilling engineering** applications in the oil and gas industry. It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for tasks like **technical document retrieval, automated report analysis, and intelligent search** within **drilling-related datasets**.
26
 
27
+ [![Hugging Face](https://img.shields.io/badge/HuggingFace-OGAI--Embedder-blue)](https://huggingface.co/GainEnergy/OGAI-Embedder)
28
+ [![License](https://img.shields.io/github/license/huggingface/transformers.svg)](LICENSE)
29
 
30
  ## Usage (Sentence-Transformers)
31
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed: