-
Given any text or transcript, create objective questions automatically for quick assessment of whether a person has gone through and and remembers the basic understandings.
While we can start with …
-
### Question
Hi Haotian,
I hope this message finds you well. I have been following your amazing work and I'm interested in generating some data myself. Would it be possible for you to share your s…
-
---
title: "[Clarification] Data Generation Question"
name: Data Generation Question
about: Seek clarification on the data generation process
labels: question
---
## Description & Step-to-repr…
-
Hi,
Thank you for developing this fantastic dataset for code generation!
I had a quick question about the evaluation script (`compute_metric.py`). In my experience, it takes about 17 hours compl…
-
Hi!
I have worked with unconditional generation using this fine repo. It is a lot of fun! I will do latent diffusion next. I am already looking forward to it.
Text conditional generation promise…
-
Hi, I'm trying to generate a TypeScript client without a namespace via MSBuild's OpenApiReference.
First, If I specify a custom namespace, it uses it in the generated client, that's working fine:
…
-
Is it possible with the provided tool to also generate markers that use more than binary information(0 vs. 1) ? E.g. as you have shown in the paper with a chromatic marker?
![image](https://github.…
-
**Description**
We need to implement a **chat box** on the platform that allows users to query the news summaries and receive answers based on **RAG (Retrieval-Augmented Generation)**.
Additional…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
I tested pulling out one of the patches after running `ers.computeSegmentation` and then pulled out a submesh from for instance:
```
submesh = pymesh.submesh(mesh, np.where(patch_labels==2)[0], 0)…