nielsr HF Staff commited on
Commit
1bb152b
·
verified ·
1 Parent(s): c6ab263

Add pipeline tag

Browse files

This PR adds the missing `pipeline_tag: other` to the metadata, ensuring the model is properly categorized on the Hugging Face Hub. The model is a generative B-Rep model that does not correspond to any predefined pipeline, so the generic `other` tag is used. No other changes are made.

Files changed (1) hide show
  1. README.md +3 -2
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.