prudant commited on
Commit
4885d24
1 Parent(s): f6290f5

Updated Readme.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -1,8 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ### LSG Variant of hiiamsid/sentence_similarity_spanish_es
2
 
3
  #### Overview
4
 
5
- This model is an enhanced version of hiiamsid/sentence_similarity_spanish_es, now transformed using Local Sparse Global (LSG) attention mechanism. The adaptation to LSG allows for efficient handling of longer sequences, making the model more versatile and robust in a wider range of natural language processing tasks.
6
 
7
  This LSG adaptation enables the model to efficiently process sequences up to 4096 tokens in length.
8
 
@@ -12,7 +25,7 @@ This LSG adaptation enables the model to efficiently process sequences up to 409
12
 
13
  #### Model adaptation
14
 
15
- This LSG variant has been adapted from our original model, ["hiiamsid/sentence_similarity_spanish_es"](https://huggingface.co/hiiamsid/sentence_similarity_spanish_eshttps:/), with the primary goal of extending its capabilities to efficiently handle longer text inputs. This enhancement enables the model to maintain high accuracy and efficiency, even with extended sequence lengths that were previously challenging for the base model.
16
 
17
  #### Use cases
18
 
 
1
+ ---
2
+ pipeline_tag: sentence-similarity
3
+ language:
4
+ - es
5
+ tags:
6
+ - sentence-transformers
7
+ - feature-extraction
8
+ - sentence-similarity
9
+ - transformers
10
+ - LSG
11
+ - 4096 context
12
+ license: apache-2.0
13
+ ---
14
  ### LSG Variant of hiiamsid/sentence_similarity_spanish_es
15
 
16
  #### Overview
17
 
18
+ This model is an enhanced version of [hiiamsid/sentence_similarity_spanish_es](https://huggingface.co/hiiamsid/sentence_similarity_spanish_es), now transformed using Local Sparse Global (LSG) attention mechanism. The adaptation to LSG allows for efficient handling of longer sequences, making the model more versatile and robust in a wider range of natural language processing tasks.
19
 
20
  This LSG adaptation enables the model to efficiently process sequences up to 4096 tokens in length.
21
 
 
25
 
26
  #### Model adaptation
27
 
28
+ This LSG variant has been adapted from our original model, ["hiiamsid/sentence_similarity_spanish_es"](https://huggingface.co/hiiamsid/sentence_similarity_spanish_es), with the primary goal of extending its capabilities to efficiently handle longer text inputs. This enhancement enables the model to maintain high accuracy and efficiency, even with extended sequence lengths that were previously challenging for the base model.
29
 
30
  #### Use cases
31