Wilson commited on
Commit
6dff2f8
·
verified ·
1 Parent(s): bdccfb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - longformer
9
+ - intent-classification
10
+ - nlp
11
+ base_model:
12
+ - allenai/longformer-base-4096
13
+ ---