-
I have a question about Table 9 (action encoding) in Section 5.2 on Page 59 in 1.0.0-rc2. In the row for the action with encoding 1 we have the sentence
> *"hardware should clear the action fiel…
-
- I think we need to review in detail the Purpose and Meaning, and the Guidance, so it is clear exactly how this element should be applied to metadata for services. Currently, I believe its unclear e.…
-
Hey everybody,
I want to deploy a sentence encoding model using sentence-transformers.
My code looks something like this:
```python
from fastapi import FastAPI, HTTPException
from pydantic i…
-
```python
import argparse
from pathlib import Path
from C_MTEB.tasks import *
from flag_dres_model import FlagDRESModel
from mteb import MTEB
import openai
import tiktoken
import pickle
imp…
-
Since OpenSearch 2.13, [**fixed token length algorithm**](https://opensearch.org/docs/latest/ingest-pipelines/processors/text-chunking/#fixed-token-length-algorithm) is available in text chunking proc…
-
### Describe your problem in detail.
ATM specification for Tabular files https://bids-specification.readthedocs.io/en/stable/common-principles.html#tabular-files states
> String values containing ta…
-
`pip install -U sentence-transformers`
I install it using pip ,it occurs an error.
`
[root@master]# pip install -U sentence-transformers
Collecting sentence-transformers
Downloading http://mirr…
-
Hi. I have finetune the _Helsinki-NLP/opus-mt-zh-vi_ model for translating Chinese to Vietnamese. When I convert the model to ctranslate2, the performance is decrease (from 32 sacrebleu with transform…
-
Are we supposing the same length for each sentence in the position encoding?
https://github.com/dandelin/Dynamic-memory-networks-plus-Pytorch/blob/ad49955f907c03aade2f6c8ed13370ce7288d5a7/babi_main…
-
Here is my candle implementation: (Taken from the examples itself)
`pub fn encode(&self, prompt: &str) -> Result {
let tokens = self.tokenizer
.encode(prompt, true)
…