bikash119
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...
elm019
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
closes #1760
### 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...
This PR closes #1001 . - [x] Implement wrapper for [SGlang](https://github.com/sgl-project/sglang) - [x] Add test cases for load, generate - [ ] Add testcases for openai api - [ ]...
### What versions & operating system are you using? MacOS 12.7.6 (21H1320), node : 22.14.0, npm 10.9.2 ### Please provide a link to a minimal reproduction https://gist.github.com/bikash119/bf77aeef9d886d3fcf68796a8ae9a0a1 ### Describe the...