Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ language:
|
|
6 |
- en
|
7 |
---
|
8 |
|
9 |
-
# SeanLee97/GIS-Large-V1
|
10 |
|
11 |
|
12 |
This model is trained on the [github-issue-similarity](https://huggingface.co/datasets/WhereIsAI/github-issue-similarity) dataset using [AnglE](https://github.com/SeanLee97/AnglE) and is used for measuring code similarity.
|
@@ -19,13 +19,13 @@ Results:
|
|
19 |
|
20 |
## Usage
|
21 |
|
22 |
-
### 1 Install
|
23 |
|
24 |
```
|
25 |
python -m pip install -U angle-emb
|
26 |
```
|
27 |
|
28 |
-
### 2 Example
|
29 |
|
30 |
```python
|
31 |
from scipy import spatial
|
|
|
6 |
- en
|
7 |
---
|
8 |
|
9 |
+
# SeanLee97/UAE-GIS-Large-V1
|
10 |
|
11 |
|
12 |
This model is trained on the [github-issue-similarity](https://huggingface.co/datasets/WhereIsAI/github-issue-similarity) dataset using [AnglE](https://github.com/SeanLee97/AnglE) and is used for measuring code similarity.
|
|
|
19 |
|
20 |
## Usage
|
21 |
|
22 |
+
### 1. Install
|
23 |
|
24 |
```
|
25 |
python -m pip install -U angle-emb
|
26 |
```
|
27 |
|
28 |
+
### 2. Example
|
29 |
|
30 |
```python
|
31 |
from scipy import spatial
|