Instructions to use dsfsi/simcse-dna with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dsfsi/simcse-dna with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForCL tokenizer = AutoTokenizer.from_pretrained("dsfsi/simcse-dna") model = BertForCL.from_pretrained("dsfsi/simcse-dna") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -97,7 +97,7 @@ Find out more about the datasets and access in the paper **(TBA)**
|
|
| 97 |
## Authors
|
| 98 |
-----------
|
| 99 |
|
| 100 |
-
*
|
| 101 |
* Contact details : u19394277@tuks.co.za
|
| 102 |
|
| 103 |
## Citation
|
|
|
|
| 97 |
## Authors
|
| 98 |
-----------
|
| 99 |
|
| 100 |
+
* Mpho Mokoatle, Vukosi Marivate, Darlington Mapiye, Riana Bornman, Vanessa M. Hayes
|
| 101 |
* Contact details : u19394277@tuks.co.za
|
| 102 |
|
| 103 |
## Citation
|