Instructions to use SeanLee97/UAE-GIS-Large-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SeanLee97/UAE-GIS-Large-V1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SeanLee97/UAE-GIS-Large-V1")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SeanLee97/UAE-GIS-Large-V1") model = AutoModel.from_pretrained("SeanLee97/UAE-GIS-Large-V1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,8 @@ language:
|
|
| 9 |
# SeanLee97/UAE-GIS-Large-V1
|
| 10 |
|
| 11 |
|
| 12 |
-
This model is trained on the [GIS: Github Issue Similarity](https://huggingface.co/datasets/WhereIsAI/github-issue-similarity) dataset using [AnglE](https://github.com/SeanLee97/AnglE)
|
|
|
|
| 13 |
|
| 14 |
Results (test set):
|
| 15 |
|
|
|
|
| 9 |
# SeanLee97/UAE-GIS-Large-V1
|
| 10 |
|
| 11 |
|
| 12 |
+
This model is trained on the [GIS: Github Issue Similarity](https://huggingface.co/datasets/WhereIsAI/github-issue-similarity) dataset using [AnglE](https://github.com/SeanLee97/AnglE) loss (https://arxiv.org/abs/2309.12871).
|
| 13 |
+
It can be used for measuring **code/issue similarity**.
|
| 14 |
|
| 15 |
Results (test set):
|
| 16 |
|