TensorBoard
nielsr HF Staff commited on
Commit
3f1bac0
·
verified ·
1 Parent(s): 0653c81

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card metadata for better searchability and discoverability. The `pipeline_tag` is set to `image-segmentation` as per the model's function. The `library_name` is set to `Pointcept` based on the model architecture described in the README.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- license: mit
 
3
  datasets:
4
  - labelmaker/arkit_labelmaker
5
  - labelmaker/ALC_pointcept
6
- base_model:
7
- - Pointcept/PointTransformerV3
 
8
  ---
9
 
10
  # Models Trained with [ARKit LabelMaker](https://arxiv.org/abs/2410.13924)
 
1
  ---
2
+ base_model:
3
+ - Pointcept/PointTransformerV3
4
  datasets:
5
  - labelmaker/arkit_labelmaker
6
  - labelmaker/ALC_pointcept
7
+ license: mit
8
+ pipeline_tag: image-segmentation
9
+ library_name: Pointcept
10
  ---
11
 
12
  # Models Trained with [ARKit LabelMaker](https://arxiv.org/abs/2410.13924)