marinjiang commited on
Commit
848cc26
1 Parent(s): c3dfb49

Update README.md

Browse files

Custom Bert Model with linear layer to map to classification

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - bstds/movielens
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ pipeline_tag: token-classification
10
+ ---