Commit
·
35c9287
1
Parent(s):
53e9b8b
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This is a [vicuna-7b-v1.3](https://huggingface.co/lmsys/vicuna-7b-v1.3) model fi
|
|
20 |
## Usage
|
21 |
|
22 |
```python
|
23 |
-
|
24 |
```
|
25 |
|
26 |
## Training
|
@@ -40,11 +40,10 @@ We fine-tune the model through 4-bit QLoRA finetuning with an effective batch si
|
|
40 |
author = {Louis, Antoine and van Dijck, Gijs and Spanakis, Gerasimos},
|
41 |
title = {Interpretable Long-Form Legal Question Answering with Retrieval-Augmented Large Language Models},
|
42 |
journal = {CoRR},
|
43 |
-
volume = {abs/2309.
|
44 |
year = {2023},
|
45 |
-
url = {https://
|
46 |
-
doi = {},
|
47 |
eprinttype = {arXiv},
|
48 |
-
eprint = {2309.
|
49 |
}
|
50 |
```
|
|
|
20 |
## Usage
|
21 |
|
22 |
```python
|
23 |
+
[...]
|
24 |
```
|
25 |
|
26 |
## Training
|
|
|
40 |
author = {Louis, Antoine and van Dijck, Gijs and Spanakis, Gerasimos},
|
41 |
title = {Interpretable Long-Form Legal Question Answering with Retrieval-Augmented Large Language Models},
|
42 |
journal = {CoRR},
|
43 |
+
volume = {abs/2309.17050},
|
44 |
year = {2023},
|
45 |
+
url = {https://arxiv.org/abs/2309.17050},
|
|
|
46 |
eprinttype = {arXiv},
|
47 |
+
eprint = {2309.17050},
|
48 |
}
|
49 |
```
|