Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "./weak_rm/best_checkpoint",
|
|
|
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2Model"
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "./weak_rm/best_checkpoint",
|
| 3 |
+
"pipeline_tag": "text-classification",
|
| 4 |
"activation_function": "gelu_new",
|
| 5 |
"architectures": [
|
| 6 |
"GPT2Model"
|