Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
base_model:
|
|
|
|
| 14 |
pipeline_tag: feature-extraction
|
| 15 |
arxiv: 2605.04875
|
| 16 |
---
|
|
@@ -200,4 +201,4 @@ last_hidden = outputs.hidden_states[-1] # (batch, seq_len, 1024)
|
|
| 200 |
journal = {arXiv preprint arXiv:2605.04875},
|
| 201 |
year = {2026}
|
| 202 |
}
|
| 203 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-sa-4.0
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
tags:
|
| 6 |
+
- bert
|
| 7 |
+
- patents
|
| 8 |
+
- ipc
|
| 9 |
+
- embeddings
|
| 10 |
+
- semantic-similarity
|
| 11 |
+
- masked-language-modeling
|
| 12 |
+
- patent-classification
|
| 13 |
+
base_model:
|
| 14 |
+
- saroyehun/bertforpatent-mirror-meanpooling
|
| 15 |
pipeline_tag: feature-extraction
|
| 16 |
arxiv: 2605.04875
|
| 17 |
---
|
|
|
|
| 201 |
journal = {arXiv preprint arXiv:2605.04875},
|
| 202 |
year = {2026}
|
| 203 |
}
|
| 204 |
+
```
|