jgrosjean commited on
Commit
0fed034
1 Parent(s): 3d7b6a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@
6
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
- The [SwissBERT](https://huggingface.co/ZurichNLP/swissbert) model finetuned via [SimCSE](http://dx.doi.org/10.18653/v1/2021.emnlp-main.552) (Gao et al., EMNLP 2021) for sentence embeddings, using ~1 million Swiss news articles published in 2022 from [Swissdox@LiRI](https://t.uzh.ch/1hI). Following the [Sentence Transformers](https://huggingface.co/sentence-transformers) approach (Reimers and Gurevych,
10
  2019), the average of the last hidden states (pooler_type=avg) is used as sentence representation.
11
 
12
  The fine-tuning script can be accessed [here](Link).
 
6
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
9
+ The [SwissBERT](https://huggingface.co/ZurichNLP/swissbert) model was finetuned via [SimCSE](http://dx.doi.org/10.18653/v1/2021.emnlp-main.552) (Gao et al., EMNLP 2021) for sentence embeddings, using ~1 million Swiss news articles published in 2022 from [Swissdox@LiRI](https://t.uzh.ch/1hI). Following the [Sentence Transformers](https://huggingface.co/sentence-transformers) approach (Reimers and Gurevych,
10
  2019), the average of the last hidden states (pooler_type=avg) is used as sentence representation.
11
 
12
  The fine-tuning script can be accessed [here](Link).