jealk commited on
Commit
681c566
·
verified ·
1 Parent(s): ce6143e

Trim README

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -47,10 +47,9 @@ Models Are Secretly Powerful Text Encoders**.
47
 
48
  ### Usage
49
 
50
- This is a [sentence-transformers](https://www.sbert.net/) model. The LLM2Vec
51
- adapters have been merged into the base model, so you no longer need the
52
- `llm2vec` package or multi-stage adapter loading it loads directly. The
53
- bidirectional encoder and the LLM2Vec instruction-aware mean pooling are
54
  provided by small custom modules in this repo, loaded via `trust_remote_code`.
55
 
56
  ```bash
@@ -117,6 +116,5 @@ Approximate memory footprint: **bfloat16 ≈ 14 GB**, **8-bit ≈ 8 GB**,
117
 
118
  ### Credits
119
 
120
- Approach from **LLM2Vec** (McGill-NLP). The original instruction-based usage
121
- was adapted from
122
- https://huggingface.co/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised.
 
47
 
48
  ### Usage
49
 
50
+ This is a [sentence-transformers](https://www.sbert.net/) model it loads
51
+ directly and needs no packages beyond `sentence-transformers`. The
52
+ bidirectional Llama encoder and the LLM2Vec instruction-aware mean pooling are
 
53
  provided by small custom modules in this repo, loaded via `trust_remote_code`.
54
 
55
  ```bash
 
116
 
117
  ### Credits
118
 
119
+ Approach from **LLM2Vec** (McGill-NLP). Related model:
120
+ https://huggingface.co/McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised