Commit ·
30a51e5
1
Parent(s): 7c3b479
Update README.md
Browse files
README.md
CHANGED
|
@@ -70,3 +70,18 @@ print(response)
|
|
| 70 |
| --Text Translation | 102.5 |
|
| 71 |
| --Code Reasoning | 55 |
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
| --Text Translation | 102.5 |
|
| 71 |
| --Code Reasoning | 55 |
|
| 72 |
|
| 73 |
+
|
| 74 |
+
## Citation
|
| 75 |
+
|
| 76 |
+
Please cite our paper and github when using our code, data or model.
|
| 77 |
+
|
| 78 |
+
```
|
| 79 |
+
@misc{BELLE,
|
| 80 |
+
author = {BELLEGroup},
|
| 81 |
+
title = {BELLE: Be Everyone's Large Language model Engine},
|
| 82 |
+
year = {2023},
|
| 83 |
+
publisher = {GitHub},
|
| 84 |
+
journal = {GitHub repository},
|
| 85 |
+
howpublished = {\url{https://github.com/LianjiaTech/BELLE}},
|
| 86 |
+
}
|
| 87 |
+
```
|