lukawskikacper commited on
Commit
b3c1e3b
1 Parent(s): e4a58a8

Update metadata

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
  language:
3
- - en
4
  pretty_name: InstructorXL embeddings of the Arxiv.org abstracts
 
 
 
 
 
5
  ---
6
 
7
  # arxiv-abstracts-instructorxl-embeddings
@@ -28,4 +33,4 @@ model = INSTRUCTOR('hkunlp/instructor-xl')
28
  sentence = "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train."
29
  instruction = "Represent the Research Paper abstract for retrieval; Input:"
30
  embeddings = model.encode([[instruction, sentence]])
31
- ```
 
1
  ---
2
  language:
3
+ - en
4
  pretty_name: InstructorXL embeddings of the Arxiv.org abstracts
5
+ task_categories:
6
+ - sentence-similarity
7
+ - feature-extraction
8
+ size_categories:
9
+ - 1M<n<10M
10
  ---
11
 
12
  # arxiv-abstracts-instructorxl-embeddings
 
33
  sentence = "The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train."
34
  instruction = "Represent the Research Paper abstract for retrieval; Input:"
35
  embeddings = model.encode([[instruction, sentence]])
36
+ ```