Update README.md
Browse files
README.md
CHANGED
@@ -51,6 +51,7 @@ ms_marco_eval.py
|
|
51 |
|
52 |
|
53 |
### Model Architecture and Objective
|
|
|
54 |
{
|
55 |
"_name_or_path": "unicamp-dl/mt5-base-mmarco-v2",
|
56 |
"architectures": ["MT5ForConditionalGeneration"],
|
@@ -63,3 +64,4 @@ ms_marco_eval.py
|
|
63 |
"transformers_version": "4.45.2"
|
64 |
}
|
65 |
For more details on how to customize the decoding parameters (such as max_length, num_beams, and early_stopping), refer to the Hugging Face documentation.
|
|
|
|
51 |
|
52 |
|
53 |
### Model Architecture and Objective
|
54 |
+
```json
|
55 |
{
|
56 |
"_name_or_path": "unicamp-dl/mt5-base-mmarco-v2",
|
57 |
"architectures": ["MT5ForConditionalGeneration"],
|
|
|
64 |
"transformers_version": "4.45.2"
|
65 |
}
|
66 |
For more details on how to customize the decoding parameters (such as max_length, num_beams, and early_stopping), refer to the Hugging Face documentation.
|
67 |
+
```
|