Jan Bours

Results 18 issues of Jan Bours

Having read the article https://towardsdatascience.com/3-tools-to-track-and-visualize-the-execution-of-your-python-code-666a153e435e, I was wondering on how to use heartrate on Google Colaboratory? Is this possible and if yes: how exactly to that.

When I excute this code: `# !cat /content/tree-of-thoughts/huggingfaceExample.py from tree_of_thoughts.treeofthoughts import OpenAILanguageModel, GuidanceOpenAILanguageModel, TreeofThoughts, OptimizedOpenAILanguageModel, OptimizedTreeofThoughts, HuggingLanguageModel # from transformers import AutoModelForCausalLM, AutoTokenizer # model_name="gpt2" # model_tokenizer="gpt2tokenizer" # model =...

Often (not always !) when I use duckduckgo as a search tool in a CrewAI setup, I get this message: "duckduckgo\_search is not a valid tool" What can be the...

question

I want to run ollama on Hugging Face Spaces, because I run a Streamlit app there that must make use of a LLM and a embedding model served by Ollama....

### What do you need? [Feature request]: Prompt for solving a Murder Mystery story (or Crime Story in general).

enhancement

Can I run this on Google COLAB FREE VERSION? That is a Linux environment !

What is the best way to use gCastle on mixed type data, so for datasets with a combination of numerical and categorical (nominal and/of ordinal)? Is any of the causal...

I am trying to implement an example of using MultiTrain, from this article: https://www.analyticsvidhya.com/blog/2022/09/make-model-training-and-testing-easier-with-multitrain/ I receive an error in this part of the code: After splitting the features and labels...

bug

I wonder: Can Ping Pong principle be applied to let 2 LLM Chatbots talk to each other fully automatically?

Are these embeddings Contextualized Embeddings ? Contextualized Embeddings are embeddings such as in Transformers. Contextualized Embeddings are able to generate different vector representations for the different meanings a single word...