Add pipeline tag
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- cad
|
| 5 |
- brep
|
| 6 |
- 3d-generation
|
| 7 |
- diffusion
|
| 8 |
-
model_name: HiFi-BRep
|
| 9 |
---
|
| 10 |
|
| 11 |
# HiFi-BRep
|
|
@@ -82,4 +83,4 @@ See the repository documentation for [inference](https://github.com/1nnoh/HiFi-B
|
|
| 82 |
|
| 83 |
## License
|
| 84 |
|
| 85 |
-
The code and model artifacts use Apache-2.0. Datasets and third-party dependencies remain subject to their own terms.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
model_name: HiFi-BRep
|
| 4 |
+
pipeline_tag: other
|
| 5 |
tags:
|
| 6 |
- cad
|
| 7 |
- brep
|
| 8 |
- 3d-generation
|
| 9 |
- diffusion
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# HiFi-BRep
|
|
|
|
| 83 |
|
| 84 |
## License
|
| 85 |
|
| 86 |
+
The code and model artifacts use Apache-2.0. Datasets and third-party dependencies remain subject to their own terms.
|