bikash119

Results 8 issues of bikash119

Preconditions : conda : 4.10.1 python: 3.9.5 **Using pip install inside conda virtual env.** Collecting git+https://github.com/jina-ai/jina-commons (from -r requirements.txt (line 3)) Cloning https://github.com/jina-ai/jina-commons to /private/var/folders/l3/76jk8xks4wv0yrh5rq2kqysr0000gn/T/pip-req-build-pbazl0bs Running command git clone -q...

Does it work with elm 0.10

# Description A tutorial on how to use Argilla for annotation and use the annotated dataset to train a model using HuggingFace AutoTrain Closes # **Type of change** - Documentation...

**Is your feature request related to a problem? Please describe.** There are situations when same bigrams,trigrams, etc appear multiple times in a text being annotated. The annotator has to repeatedly...

This PR adds llama-cpp support to create embeddings. ``` from distilabel.embeddings import LlamaCppEmbeddings embeddings = LlamaCppEmbeddings(model="second-state/all-MiniLM-L6-v2-Q2_K.gguf") embeddings.load() results = embeddings.encode(inputs=["distilabel is awesome!", "and Argilla!"]) # [ # [-0.05447685346007347, -0.01623094454407692, ...],...

This PR closes #1759

### Problem While working on the issue #1623, a few issues I encountered: - As we have contributing docs for compoenents like backend, gateway, I couldn't find contributing docs for...

feature