Ahmed Abdelali
commited on
Commit
•
b5ca994
1
Parent(s):
04febdd
push farasa base model
Browse filesChanges to be committed:
modified: .gitattributes
new file: config.json
new file: model.ckpt.data-00000-of-00001
new file: model.ckpt.index
new file: model.ckpt.meta
new file: pytorch_model.bin
new file: vocab.txt
- .gitattributes +2 -0
- config.json +19 -0
- model.ckpt.data-00000-of-00001 +3 -0
- model.ckpt.index +0 -0
- model.ckpt.meta +0 -0
- pytorch_model.bin +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
@@ -14,3 +14,5 @@
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
14 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
+
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
|
18 |
+
model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attention_probs_dropout_prob": 0.1,
|
3 |
+
"directionality": "bidi",
|
4 |
+
"hidden_act": "gelu",
|
5 |
+
"hidden_dropout_prob": 0.1,
|
6 |
+
"hidden_size": 768,
|
7 |
+
"initializer_range": 0.02,
|
8 |
+
"intermediate_size": 3072,
|
9 |
+
"max_position_embeddings": 512,
|
10 |
+
"num_attention_heads": 12,
|
11 |
+
"num_hidden_layers": 12,
|
12 |
+
"pooler_fc_size": 768,
|
13 |
+
"pooler_num_attention_heads": 12,
|
14 |
+
"pooler_num_fc_layers": 3,
|
15 |
+
"pooler_size_per_head": 128,
|
16 |
+
"pooler_type": "first_token_transform",
|
17 |
+
"type_vocab_size": 2,
|
18 |
+
"vocab_size": 64000
|
19 |
+
}
|
model.ckpt.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3cc53d618d22f125155d6a7f2d8b01f4334e2a07dc88a94e54b0658af94c4fd
|
3 |
+
size 1630212128
|
model.ckpt.index
ADDED
Binary file (9.38 kB). View file
|
|
model.ckpt.meta
ADDED
Binary file (4.71 MB). View file
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f39c592a8dd0b45b4b9a5d6f4b2513e52fbc3dd53ba4340dfbebb2ecb1a4192
|
3 |
+
size 543488365
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|