Commit
·
18e9350
1
Parent(s):
63ef4cb
Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,8 @@ classifier(text)
|
|
46 |
|
47 |
## Reproducing
|
48 |
|
|
|
|
|
49 |
```python
|
50 |
# Faquad-nli
|
51 |
! pip install transformers datasets evaluate accelerate -q
|
|
|
46 |
|
47 |
## Reproducing
|
48 |
|
49 |
+
To reproduce the fine-tuning process, use the following code snippet:
|
50 |
+
|
51 |
```python
|
52 |
# Faquad-nli
|
53 |
! pip install transformers datasets evaluate accelerate -q
|