-
I am trying to finetune bge embedding model for my custom dataset. I have used both MNR and CachedMNR loss function , but I am not getting any training or validation loss value while training , it pri…
-
I tried too initialize for the first time, but failed.
(Is it easier to use OpenAI for setting up the local config on first run? I believe the goal of all AI systems should be local first, perhaps th…
-
**Describe the bug**
When trying to use Azure Openai by setting the .env file, I get the following issue:
"Did not find openai_api_key, please add an environment variable `OPENAI_API_KEY` which …
-
I tried 2 different sentence transformers models and during the conversion to torchscript model they fail.
I've applied the patch for issue #797 already.
```
#usage code from https://huggingface…
-
QuoraRetrieval seems to have been running properly until today. Some issue with the metadata block: "Repo card metadata block was not found. Setting CardData to empty"
-
File "/code/src/QA_integration_new.py", line 39, in
EMBEDDING_FUNCTION , _ = load_embedding_model(EMBEDDING_MODEL)
File "/code/src/shared/common_fn.py", line 89, in load_embedding_model
…
-
The number of data labels is 4. the eval loss increase and the train loss decrease. I think it is overfit. Code is as below:
# code
```from datasets import load_dataset
from setfit import SetFitMod…
-
**Describe the bug**
Two issues occurred during trying to use a classification pipeline in dC.
1. The pipeline went silently into an eternal loop -> I think this should never be possible
2.…
ju-gu updated
3 months ago
-
**Describe**
Model I am using (UniLM, MiniLM, LayoutLM ...):
I want to ues layoutlmv3 for the Document Layout Detection task. https://github.com/microsoft/unilm/tree/master/layoutlmv3
But i can…
-
`from crewai import Agent, Task, Crew
from google.cloud import bigquery
from langchain_google_vertexai import VertexAI
from crewai_tools import SerperDevTool
llm = VertexAI(
temperature=0.0…