Instructions to use GanjinZero/coder_eng_pp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GanjinZero/coder_eng_pp with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="GanjinZero/coder_eng_pp")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("GanjinZero/coder_eng_pp") model = AutoModel.from_pretrained("GanjinZero/coder_eng_pp") - Notebooks
- Google Colab
- Kaggle
Commit ·
30642d9
1
Parent(s): 1b92944
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ Automatic Biomedical Term Clustering by Learning Fine-grained Term Representatio
|
|
| 12 |
|
| 13 |
CODER++
|
| 14 |
|
|
|
|
|
|
|
| 15 |
```
|
| 16 |
@misc{https://doi.org/10.48550/arxiv.2204.00391,
|
| 17 |
doi = {10.48550/ARXIV.2204.00391},
|
|
|
|
| 12 |
|
| 13 |
CODER++
|
| 14 |
|
| 15 |
+
Github Link: https://github.com/GanjinZero/CODER
|
| 16 |
+
|
| 17 |
```
|
| 18 |
@misc{https://doi.org/10.48550/arxiv.2204.00391,
|
| 19 |
doi = {10.48550/ARXIV.2204.00391},
|