shahrukhx01
commited on
Commit
·
9e8166b
1
Parent(s):
369ce89
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
```python
|
2 |
from transformers import (
|
3 |
AutoModelForSequenceClassification,
|
|
|
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,
|