Text-to-3D
Transformers
Safetensors
English
nielsr HF Staff commited on
Commit
f13fc8c
·
verified ·
1 Parent(s): fe4e9b9

Update library_name to transformers for improved Hub integration

Browse files

This PR updates the `library_name` metadata tag from `peft` to `transformers`.

While PEFT is used for the model's efficient fine-tuning, the model is primarily loaded and used with the `transformers` library, building upon its `meta-llama/Llama-3.2-1B-Instruct` base. This change will enable the "Use in Transformers" code snippet and the inference widget on the model page, significantly improving user experience and discoverability on the Hugging Face Hub.

The rest of the model card remains excellent and comprehensive.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ datasets:
4
  - AvaLovelace/StableText2Brick
5
  language:
6
  - en
7
- library_name: peft
8
  license: mit
9
  pipeline_tag: text-to-3d
10
  ---
 
4
  - AvaLovelace/StableText2Brick
5
  language:
6
  - en
7
+ library_name: transformers
8
  license: mit
9
  pipeline_tag: text-to-3d
10
  ---