Run-Ze Fan

Results 22 comments of Run-Ze Fan

> Not sure. Could you link the paper? https://arxiv.org/abs/2307.08701 I am sorry. I confused the two datasets.

> These are different versions of the OpenChat release. > > The `OpenChat, OpenChat8192` were trained solely on GPT-4 answers from ShareGPT (`openchat_sharegpt4_dataset`). > > `OpenChatV3.1, OpenChatV2-W, OpenChatV2` were trained...

> These are different versions of the OpenChat release. > > The `OpenChat, OpenChat8192` were trained solely on GPT-4 answers from ShareGPT (`openchat_sharegpt4_dataset`). > > `OpenChatV3.1, OpenChatV2-W, OpenChatV2` were trained...

Sorry to trouble you again. I'm wonder what is updated in `OpenChatV3.2 SUPER` which boosts the score of MT-Bench.

> > > These are different versions of the OpenChat release. > > > The `OpenChat, OpenChat8192` were trained solely on GPT-4 answers from ShareGPT (`openchat_sharegpt4_dataset`). > > > `OpenChatV3.1,...

请问你解决了嘛?我也遇到了同样的问题

- [ ] MarginRankingLoss: https://pytorch.org/docs/stable/generated/torch.nn.MarginRankingLoss.html#torch.nn.MarginRankingLoss - [ ] TripletMarginLoss: https://pytorch.org/docs/stable/generated/torch.nn.TripletMarginLoss.html#torch.nn.TripletMarginLoss - [ ] SoftMarginLoss: https://pytorch.org/docs/stable/generated/torch.nn.SoftMarginLoss.html#torch.nn.SoftMarginLoss - [ ] MultiMarginLoss: https://pytorch.org/docs/stable/generated/torch.nn.MultiMarginLoss.html#torch.nn.MultiMarginLoss

> Here are some metrics related to the answer and the papers mention them. > > 1. Answer/Query > DisambigF1 [Active retrieval augmented generation](https://arxiv.org/pdf/2305.06983.pdf) > Answer Relevance [RAGAS: Automated Evaluation...

When I run the scripts `bash scripts/openvla_bridge.sh` in `./SimplerEnv-OpenVLA`, an error appears: ``` from simpler_env.policies.openvla.openvla_model import OpenVLAInference ModuleNotFoundError: No module named 'simpler_env.policies.openvla' ``` How to fix it?

Thank you for your reply. However, I encountered the same error as [#7](https://github.com/simpler-env/SimplerEnv/issues/7). And, when I install vulkan-utils with `sudo apt-get install vulkan-utils`, an error appears: ` The package vulkan-utils...