AINovice2005
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,9 @@ tags:
|
|
15 |
|
16 |
ElEmperador is an ORPO finetinue derived from the Mistral-7B-v0.1 base model.
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
```yaml
|
21 |
def generate_response(model_name, input_text, max_new_tokens=50):
|
|
|
15 |
|
16 |
ElEmperador is an ORPO finetinue derived from the Mistral-7B-v0.1 base model.
|
17 |
|
18 |
+
The argilla/ultrafeedback-binarized-preferences-cleaned dataset was used to improve the performance of the model.
|
19 |
+
|
20 |
+
## Inference Script:
|
21 |
|
22 |
```yaml
|
23 |
def generate_response(model_name, input_text, max_new_tokens=50):
|