adalbertojunior commited on
Commit
49f3c62
1 Parent(s): 8b12255

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "models/distill-robertalex-3L-trained",
3
  "architectures": [
4
  "RobertaForTokenClassification"
5
  ],
@@ -160,11 +160,11 @@
160
  "max_position_embeddings": 8194,
161
  "model_type": "roberta",
162
  "num_attention_heads": 12,
163
- "num_hidden_layers": 3,
164
  "pad_token_id": 1,
165
  "position_embedding_type": "absolute",
166
- "torch_dtype": "bfloat16",
167
- "transformers_version": "4.47.1",
168
  "type_vocab_size": 1,
169
  "use_cache": true,
170
  "vocab_size": 50265
 
1
  {
2
+ "_name_or_path": "./models/robertinha",
3
  "architectures": [
4
  "RobertaForTokenClassification"
5
  ],
 
160
  "max_position_embeddings": 8194,
161
  "model_type": "roberta",
162
  "num_attention_heads": 12,
163
+ "num_hidden_layers": 6,
164
  "pad_token_id": 1,
165
  "position_embedding_type": "absolute",
166
+ "torch_dtype": "float32",
167
+ "transformers_version": "4.45.2",
168
  "type_vocab_size": 1,
169
  "use_cache": true,
170
  "vocab_size": 50265