shahrukhx01 commited on
Commit
43f9704
1 Parent(s): ddced7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
  language: "en"
3
  tags:
4
- - buy-intent
5
- - sell-intent
6
- - consumer-intent
7
  widget:
8
  - text: "Is Berlin the smallest city of Germany? <s> Berlin is the capital and largest city of Germany by both area and population. Its 3.8 million inhabitants make it the European Union's most populous city, according to the population within city limits "
9
  ---
 
 
 
 
 
10
  ```python
11
  from transformers import (
12
  AutoModelForSequenceClassification,
 
1
  ---
2
  language: "en"
3
  tags:
4
+ - boolean-qa
 
 
5
  widget:
6
  - text: "Is Berlin the smallest city of Germany? <s> Berlin is the capital and largest city of Germany by both area and population. Its 3.8 million inhabitants make it the European Union's most populous city, according to the population within city limits "
7
  ---
8
+ # Labels Map
9
+ LABEL_0 => **"YES"** <br/>
10
+ LABEL_1 => **"NO"**
11
+
12
+
13
  ```python
14
  from transformers import (
15
  AutoModelForSequenceClassification,