nielsr HF Staff commited on
Commit
74ebb2d
·
verified ·
1 Parent(s): f0c3c9f

Remove arxiv_id from metadata, add library name and pipeline tag

Browse files

This PR updates the model card metadata to follow Hub guidelines:

- Removes the `arxiv` field from the YAML metadata, since arXiv IDs should be referenced in the markdown content instead.
- Adds `library_name: transformers`, enabling the automated Transformers usage snippet.
- Adds `pipeline_tag: text-generation`, so the model is correctly categorized and discoverable.

The existing markdown content and citation remain unchanged.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
- arxiv: 2609.15991
3
  tags:
4
- - functionalizer
5
- - tokenizer
6
- - gpt2
 
 
7
  ---
8
 
9
  ## Functionalizer 100M model
 
1
  ---
 
2
  tags:
3
+ - functionalizer
4
+ - tokenizer
5
+ - gpt2
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
  ---
9
 
10
  ## Functionalizer 100M model