Duino commited on
Commit
b3dd936
·
verified ·
1 Parent(s): 0aa2e0c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPTLanguageModel"
4
+ ],
5
+ "vocab_size": 32000,
6
+ "n_embd": 384,
7
+ "n_head": 6,
8
+ "n_layer": 6,
9
+ "block_size": 256,
10
+ "dropout": 0.2,
11
+ "tokenizer_class": "SentencePieceTokenizer",
12
+ "_name_or_path": "Duino/Darija-LM",
13
+ "model_type": "gpt2"
14
+ }