Update config.json
Browse filesreadded
"_name_or_path": "allenai/longformer-base-4096",
"architectures": [
"LongformerForSequenceClassification"
],
- config.json +4 -1
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
"attention_mode": "longformer",
|
| 4 |
"attention_probs_dropout_prob": 0.1,
|
| 5 |
"attention_window": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "allenai/longformer-base-4096",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LongformerForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
"attention_mode": "longformer",
|
| 7 |
"attention_probs_dropout_prob": 0.1,
|
| 8 |
"attention_window": [
|