Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def print_trainable_parameters(m):
|
|
| 38 |
|
| 39 |
print_trainable_parameters(model)
|
| 40 |
|
| 41 |
-
train_data = load_dataset("oscar-corpus/OSCAR-2201")
|
| 42 |
print("Dataset", train_data)
|
| 43 |
|
| 44 |
def generate_prompt(user_query, sep="\n\n### "): #The prompt format is taken from the official Mixtral huggingface page
|
|
|
|
| 38 |
|
| 39 |
print_trainable_parameters(model)
|
| 40 |
|
| 41 |
+
train_data = load_dataset("oscar-corpus/OSCAR-2201", "tr")
|
| 42 |
print("Dataset", train_data)
|
| 43 |
|
| 44 |
def generate_prompt(user_query, sep="\n\n### "): #The prompt format is taken from the official Mixtral huggingface page
|