syGOAT
syGOAT
Congratulations on the significant breakthrough achieved in model merging! I'd like to ask you a question. I use `dare_ties` to merge some models. Here is my yaml file: ```yaml models:...
Reference to https://github.com/MaartenGr/BERTopic/issues/93#:~:text=So%2C%20only%20set%20this%20to%20True%20if%20you%20have%20less%20than%20100.000%20documents., does it mean it will not compute probabilities when I have more than 100 documents (accurately, I have 40000+ documents) although setting `calculate_probabilities=True`? My BERTopic model is:...
I have read this part of the official document: https://maartengr.github.io/BERTopic/getting_started/hierarchicaltopics/hierarchicaltopics.html#visualizations:~:text=Merge%20topics,-%C2%B6 It is realy a great way to creat the potential hierarchical nature of topics and merge topics! I have a...
Can I pull the image: ``` docker pull docker.all-hands.dev/all-hands-ai/runtime:0.27-nikolaik ``` and run it, and modify the config.toml and some other files in the container. Then could I do evaluation such...
### Is there an existing issue for the same bug? - [x] I have checked the existing issues. ### Describe the bug and reproduction steps Command: ``` ./evaluation/benchmarks/swe_bench/scripts/run_infer.sh llm.claude-3-7-sonnet-20250219 HEAD...
The demo in huggingface has occured runtime error
1. modified inference.py to allow the use of LLM cloud service. 2. modified inference.py and evaluate.py to align the data structure.