Instructions to use jiebi/IDs-C2I-Dec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jiebi/IDs-C2I-Dec with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,9 @@ pipeline_tag: feature-extraction
|
|
| 11 |
|
| 12 |
IDs-C2I-Dec is a bi-encoder retrieval model specifically fine-tuned for the IDs subset of the CodeConvo dataset. (IDs is short for Internet-Drafts)
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
## Uses
|
| 15 |
|
| 16 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
@@ -21,11 +24,21 @@ To run the IR evaluation task ([source code](https://github.com/cheop-byeon/mteb
|
|
| 21 |
|
| 22 |
## Training Details
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 27 |
-
IDs Subset of CodeConvo https://huggingface.co/datasets/jiebi/CodeConvo
|
| 28 |
|
| 29 |
### Framework versions
|
| 30 |
|
| 31 |
-
- PEFT 0.13.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
IDs-C2I-Dec is a bi-encoder retrieval model specifically fine-tuned for the IDs subset of the CodeConvo dataset. (IDs is short for Internet-Drafts)
|
| 13 |
|
| 14 |
+
- **Paper:** [Automated Insights Into GitHub Collaboration Dynamics](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10982058)
|
| 15 |
+
- **Training Dataset:** [jiebi/CodeConvo](https://huggingface.co/datasets/jiebi/CodeConvo)
|
| 16 |
+
|
| 17 |
## Uses
|
| 18 |
|
| 19 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
|
| 24 |
|
| 25 |
## Training Details
|
| 26 |
|
| 27 |
+
You can reproduce this with [this script](https://github.com/cheop-byeon/FlagEmbedding/blob/main/examples/finetune/embedder/decoder_only/ft_CodeConvo_decoder.sh) (reproduced here for convenience).
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
### Framework versions
|
| 30 |
|
| 31 |
+
- PEFT 0.13.2
|
| 32 |
+
|
| 33 |
+
### Citation
|
| 34 |
+
|
| 35 |
+
```bibtex
|
| 36 |
+
@article{bian2025automated,
|
| 37 |
+
title={Automated Insights Into GitHub Collaboration Dynamics},
|
| 38 |
+
author={Bian, Jie and Arefev, Nikolay and M{\"u}hlh{\"a}user, Max and Welzl, Michael},
|
| 39 |
+
journal={IEEE Access},
|
| 40 |
+
volume={13},
|
| 41 |
+
pages={85526--85542},
|
| 42 |
+
year={2025}
|
| 43 |
+
}
|
| 44 |
+
```
|