Add `pipeline_tag` and `library_name` to model card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  tags:
6
  - recommendation
7
  - collaborative filtering
 
 
8
  ---
9
 
10
  # EasyRec-Base
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  tags:
6
  - recommendation
7
  - collaborative filtering
8
+ pipeline_tag: feature-extraction
9
+ library_name: transformers
10
  ---
11
 
12
  # EasyRec-Base