Nathanaël Beau
commited on
Commit
•
b7741dd
1
Parent(s):
827eb79
add models
Browse files- microsoft/.DS_Store +0 -0
- microsoft/grammarBERT/config.json +28 -0
- microsoft/grammarBERT/model.safetensors +3 -0
- microsoft/grammarBERT/optimizer.pt +3 -0
- microsoft/grammarBERT/rng_state.pth +3 -0
- microsoft/grammarBERT/scheduler.pt +3 -0
- microsoft/grammarBERT/trainer_state.json +0 -0
- microsoft/grammarBERT/training_args.bin +3 -0
microsoft/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
microsoft/grammarBERT/config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/codebert-base",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForMaskedLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 514,
|
17 |
+
"model_type": "roberta",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.35.2",
|
25 |
+
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 50329
|
28 |
+
}
|
microsoft/grammarBERT/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51caf2a118ff41b174f683bd4effcb683d1258b429f6978bbd5b4fe116492165
|
3 |
+
size 499010812
|
microsoft/grammarBERT/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a64a457a42ec026654f293d786edff4ebe91eb9d99e59061924f5c21854529d8
|
3 |
+
size 998141637
|
microsoft/grammarBERT/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f30f5869e7590834c102e40fa3eb9a108a30d3e7e43f7422f24f54dd9beea2ec
|
3 |
+
size 14575
|
microsoft/grammarBERT/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1caabd84caa3a4def8aedbfb4554f5f65d25913e346811ea25873db353199c6
|
3 |
+
size 627
|
microsoft/grammarBERT/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
microsoft/grammarBERT/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1f764a1dbd0f8ce69e3989e13ffa60c7362dcb378720a081674d63bd4c21401
|
3 |
+
size 4219
|