christophalt
commited on
Commit
•
7b1d16b
1
Parent(s):
1244666
Add model
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_name_or_path": "bert-base-uncased", "num_classes": 5, "t_total": 21950, "learning_rate": 1e-05, "task_learning_rate": 0.0001, "warmup_proportion": 0.1, "ignore_index": 0, "max_span_length": 8, "span_length_embedding_dim": 150, "model_type": "TransformerSpanClassificationModel"}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d519c269795f6e5543eb2762bde644d922cf6d4ce2907b0a1547a3a0bd2be27
|
3 |
+
size 439031783
|