Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
uaritm
/
lik_neuro_202
like
0
Text Classification
sentence-transformers
PyTorch
setfit
bert
arxiv:
2209.11055
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Use this model
lbourdois
commited on
Jan 7, 2023
Commit
6d3732e
•
1 Parent(s):
ec8eb5c
Add multilingual to the language tag
Browse files
Hi! A PR to add multilingual to the language tag to improve the referencing.
Files changed (1)
hide
show
README.md
+5
-3
README.md
CHANGED
Viewed
@@ -1,10 +1,12 @@
1
---
2
-
language:
["ru", "uk"]
3
tags:
4
- russian
5
- ukrainian
6
-
license: mit
7
-
8
---
9
10
1
---
2
+
language:
3
+
- ru
4
+
- uk
5
+
- multilingual
6
+
license: mit
7
tags:
8
- russian
9
- ukrainian
10
---
11
12