David Chu commited on
Commit
f8f2f7f
1 Parent(s): 4f8ce95

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ pipeline_tag: zero-shot-classification
4
+ tags:
5
+ - mobilebert
6
+ datasets:
7
+ - multi_nli
8
+ metrics:
9
+ - accuracy
10
+ ---
11
+
12
+ # MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices
13
+
14
+ This model is the Multi-Genre Natural Language Inference (MNLI) fine-turned version of the [uncased MobileBERT model](https://huggingface.co/google/mobilebert-uncased).