Update README.md
Browse files
README.md
CHANGED
@@ -59,15 +59,15 @@ from transformers import pipeline
|
|
59 |
|
60 |
pipe = pipeline("text-generation", model="Kamilatr/Ueberschriftengenerator_LEOLM", trust_remote_code=True)
|
61 |
|
|
|
62 |
|
63 |
### Training Procedure
|
64 |
|
65 |
The LeoLM Model was fine tuned with LoRA.
|
66 |
|
67 |
-
```
|
68 |
|
69 |
#### Speeds, Sizes, Times
|
70 |
-
```
|
71 |
training_arguments = TrainingArguments(
|
72 |
output_dir="./results",
|
73 |
evaluation_strategy="epoch",
|
|
|
59 |
|
60 |
pipe = pipeline("text-generation", model="Kamilatr/Ueberschriftengenerator_LEOLM", trust_remote_code=True)
|
61 |
|
62 |
+
```
|
63 |
|
64 |
### Training Procedure
|
65 |
|
66 |
The LeoLM Model was fine tuned with LoRA.
|
67 |
|
|
|
68 |
|
69 |
#### Speeds, Sizes, Times
|
70 |
+
```python
|
71 |
training_arguments = TrainingArguments(
|
72 |
output_dir="./results",
|
73 |
evaluation_strategy="epoch",
|