eduardofv commited on
Commit
09957e8
1 Parent(s): 22c414a

Added metadata

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # distilbert-base-uncased trained for Semantic Textual Similarity in Spanish
2
 
3
  This is a test model that was fine-tuned using the Spanish datasets from [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt) in order to understand and benchmark STS models.
 
1
+ ---
2
+ language: es
3
+ datasets:
4
+ - stsb_multi_mt
5
+ tasks:
6
+ - sentence-similarity
7
+ libraries:
8
+ - sentence-transformers
9
+ ---
10
  # distilbert-base-uncased trained for Semantic Textual Similarity in Spanish
11
 
12
  This is a test model that was fine-tuned using the Spanish datasets from [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt) in order to understand and benchmark STS models.