readme
Browse files- README.md +1 -0
- requirements.txt +0 -1
README.md
CHANGED
@@ -30,6 +30,7 @@ library_name: transformers
|
|
30 |
Clone repository:
|
31 |
```python
|
32 |
git clone https://huggingface.co/Chantal/RaDialog-interactive-radiology-report-generation
|
|
|
33 |
```
|
34 |
|
35 |
Install requirements:
|
|
|
30 |
Clone repository:
|
31 |
```python
|
32 |
git clone https://huggingface.co/Chantal/RaDialog-interactive-radiology-report-generation
|
33 |
+
cd RaDialog-interactive-radiology-report-generation
|
34 |
```
|
35 |
|
36 |
Install requirements:
|
requirements.txt
CHANGED
@@ -3,7 +3,6 @@ huggingface-hub==0.19.4
|
|
3 |
timm==0.6.13
|
4 |
transformers==4.31.0
|
5 |
scikit-image==0.18.1
|
6 |
-
peft==0.4.0
|
7 |
pytorch_lightning==1.6.5
|
8 |
chardet
|
9 |
scikit-learn==1.2.2
|
|
|
3 |
timm==0.6.13
|
4 |
transformers==4.31.0
|
5 |
scikit-image==0.18.1
|
|
|
6 |
pytorch_lightning==1.6.5
|
7 |
chardet
|
8 |
scikit-learn==1.2.2
|