avramandrei commited on
Commit
810b3ba
1 Parent(s): 36a6d03

First version of the your-model-name model and tokenizer.

Browse files
Files changed (3) hide show
  1. config.json +21 -0
  2. pytorch_model.bin +3 -0
  3. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "serialization_dir/bert-base-romanian-cased.pth",
3
+ "activation": "gelu",
4
+ "attention_dropout": 0.1,
5
+ "dim": 768,
6
+ "dropout": 0.1,
7
+ "hidden_dim": 3072,
8
+ "initializer_range": 0.02,
9
+ "max_position_embeddings": 512,
10
+ "model_type": "distilbert",
11
+ "n_heads": 12,
12
+ "n_layers": 6,
13
+ "output_hidden_states": true,
14
+ "pad_token_id": 0,
15
+ "qa_dropout": 0.1,
16
+ "seq_classif_dropout": 0.2,
17
+ "sinusoidal_pos_embds": true,
18
+ "tie_weights_": true,
19
+ "transformers_version": "4.3.2",
20
+ "vocab_size": 50000
21
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:581db6f7a8e506ba9278fefa61fc37bcce3f628ec03610bfc88bb3d26873c2a1
3
+ size 327900128
vocab.txt ADDED
The diff for this file is too large to render. See raw diff