-
Thank you for your great evaluation work, could you evaluate our latest model?(co-training VQA and chat data)
https://github.com/THUDM/CogVLM
-
We got following issue while running your project for MSU AI club Campus VIsion Challenge:
Custom code for evaluation:
```python
import os
import sys
import matplotlib.pyplot as plt
impor…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### W…
-
I am trying to finetune (or train from scratch as an alternative) a Sam2 model with a custom training and eval set.
For simplicity (and to check that my model can actually overfit and, thus, work …
-
Great work! But, I can only find slides on the NIPS official website, where can I see the full paper? I mainly want to know some specific information about the 24 models tested in the evaluation table…
-
Hello, I would like to know how I can use the validation split to evaluate the models, and similarly, how to use the training split for evaluation if needed. I haven't found an option where the user c…
-
I had code in weave `v0.50.14` that successfully passed data into models through the `Evaluation` class. These objects are passed into the model `predict` method as dict-like objects, allowing usage l…
-
Hi there,
I appreciate your work on AP-BWE. The results and samples provided are very impressive. I'm interested in evaluating the performance of your model for my research.
Could you release th…
-
你好,可以提供一下对fivek数据集的evaluation代码以及训练好的模型吗?
-
For model training and execution, several design patterns are effective in managing workflows, code structure, and flexibility. Here are a few common ones used in machine learning and data processing …