jgrosjean commited on
Commit
3e2d610
1 Parent(s): 2f570ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -6,7 +6,10 @@
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 [https://huggingface.co/sentence-transformers](Sentence Transformers') example, the average of the last hidden states (pooler_type=avg) is used as sentence representation
 
 
 
10
 
11
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6564ab8d113e2baa55830af0/1Ac61s_mlgW5aL6OnS6ay.png)
12
 
 
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 [Sentence Transformers](https://huggingface.co/sentence-transformers)) example (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).
13
 
14
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6564ab8d113e2baa55830af0/1Ac61s_mlgW5aL6OnS6ay.png)
15