ZhangYuhan
commited on
Commit
•
de30760
1
Parent(s):
9232cdf
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,58 @@
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- 3DGen/3DGen-Bench
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- 3DGen/3DGen-Bench
|
5 |
+
---
|
6 |
+
|
7 |
+
# Model Card for Model ID
|
8 |
+
|
9 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
10 |
+
|
11 |
+
**3DGen-Score** is an automatic evaluator fot 3D conditianl generation, which is trained on **3DGen-Bench**, a dataset of comparisons between two generated models on the same input.
|
12 |
+
The "clip-v1" version is finetued from "laion/CLIP-ViT-H-14-laion2B-s32B-b79K" in a "two-stage" style, and achieves an outstanding degree of human preference coherence.
|
13 |
+
|
14 |
+
## Model Details
|
15 |
+
|
16 |
+
### Model Description
|
17 |
+
|
18 |
+
<!-- Provide a longer summary of what this model is. -->
|
19 |
+
- **Training Data:** 3DGen/3DGen-Bench
|
20 |
+
- **Pretrained Model:** laion/CLIP-ViT-H-14-laion2B-s32B-b79K
|
21 |
+
- **Supported by:** Shanghai AI Lab
|
22 |
+
- **License:** MIT
|
23 |
+
|
24 |
+
### Model Sources [optional]
|
25 |
+
|
26 |
+
<!-- Provide the basic links for the model. -->
|
27 |
+
|
28 |
+
- **Repository:** https://github.com/3DTopia/3DGen-Bench
|
29 |
+
- **Paper [optional]:**
|
30 |
+
- **Demo [optional]:**
|
31 |
+
|
32 |
+
## Uses
|
33 |
+
|
34 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
35 |
+
|
36 |
+
### Direct Use
|
37 |
+
|
38 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
39 |
+
|
40 |
+
[More Information Needed]
|
41 |
+
|
42 |
+
### Downstream Use [optional]
|
43 |
+
|
44 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
45 |
+
|
46 |
+
[More Information Needed]
|
47 |
+
|
48 |
+
|
49 |
+
## Citation [optional]
|
50 |
+
|
51 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
52 |
+
|
53 |
+
**BibTeX:**
|
54 |
+
|
55 |
+
[More Information Needed]
|
56 |
+
|
57 |
+
**APA:**
|
58 |
+
|
59 |
+
[More Information Needed]
|