Safetensors
Vietnamese
roberta
nielsr HF Staff commited on
Commit
d8e9186
·
verified ·
1 Parent(s): 57bc134

Add pipeline tag and library name to metadata

Browse files

This PR improves the model card's metadata by adding `library_name: transformers` and `pipeline_tag: feature-extraction`. This will enable the automatic code snippet/widget on the model page and make it easier for users to discover the model under the correct category on the Hub.

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,13 +1,13 @@
1
-
2
  ---
 
 
3
  license:
4
  - bsd-3-clause-clear
5
  - other
6
  license_name: qualcomm-responsible-ai-license
7
- license_link: >-
8
- https://www.qualcomm.com/site/responsible-ai-license
9
- language:
10
- - vi
11
  ---
12
 
13
  # BamiBERT: A New BERT-based Language Model for Vietnamese
 
 
1
  ---
2
+ language:
3
+ - vi
4
  license:
5
  - bsd-3-clause-clear
6
  - other
7
  license_name: qualcomm-responsible-ai-license
8
+ license_link: https://www.qualcomm.com/site/responsible-ai-license
9
+ library_name: transformers
10
+ pipeline_tag: feature-extraction
 
11
  ---
12
 
13
  # BamiBERT: A New BERT-based Language Model for Vietnamese