samanehs commited on
Commit
4f42b22
1 Parent(s): 42217c0

Upload folder using huggingface_hub

Browse files
assets/tokenizer/vocabulary.txt ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "module": "keras_nlp.models.distil_bert.distil_bert_backbone",
3
+ "class_name": "DistilBertBackbone",
4
+ "config": {
5
+ "name": "distil_bert_backbone",
6
+ "trainable": true,
7
+ "vocabulary_size": 28996,
8
+ "num_layers": 6,
9
+ "num_heads": 12,
10
+ "hidden_dim": 768,
11
+ "intermediate_dim": 3072,
12
+ "dropout": 0.1,
13
+ "max_sequence_length": 512
14
+ },
15
+ "registered_name": "keras_nlp>DistilBertBackbone",
16
+ "assets": [],
17
+ "weights": "model.weights.h5"
18
+ }
metadata.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "keras_version": "3.0.4",
3
+ "keras_nlp_version": "0.9.0",
4
+ "parameter_count": 65190912,
5
+ "date_saved": "2024-03-21@21:18:19"
6
+ }
model.weights.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e13439318e9408a207004f6d71ab5769016909d44342e2cb9d296ace148e3d6
3
+ size 260973672
tokenizer.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "module": "keras_nlp.models.distil_bert.distil_bert_tokenizer",
3
+ "class_name": "DistilBertTokenizer",
4
+ "config": {
5
+ "name": "distil_bert_tokenizer",
6
+ "trainable": true,
7
+ "dtype": "int32",
8
+ "vocabulary": null,
9
+ "sequence_length": null,
10
+ "lowercase": false,
11
+ "strip_accents": false,
12
+ "split": true,
13
+ "suffix_indicator": "##",
14
+ "oov_token": "[UNK]"
15
+ },
16
+ "registered_name": "keras_nlp>DistilBertTokenizer",
17
+ "assets": [
18
+ "assets/tokenizer/vocabulary.txt"
19
+ ],
20
+ "weights": null
21
+ }