Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
erst
/
xlm-roberta-base-finetuned-nace
like
3
Follow
Danish Business Authority
2
Text Classification
Transformers
PyTorch
xlm-roberta
Inference Endpoints
Model card
Files
Files and versions
Community
4
Train
Deploy
Use this model
CasperEriksen
commited on
Mar 3, 2021
Commit
fcdda36
·
1 Parent(s):
e7fdb9a
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -27,5 +27,5 @@ pl = pipeline(
27
return_all_scores=False,
28
)
29
30
-
pl("
We
sell
clothes
")
31
```
27
return_all_scores=False,
28
)
29
30
+
pl("
The
purpose
of our company is to build houses
")
31
```