greasyFinger commited on
Commit
d517f8d
1 Parent(s): f8d8691

Training in progress, epoch 1

Browse files
Files changed (2) hide show
  1. config.json +72 -19
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,36 +1,89 @@
1
  {
2
- "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
 
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
 
 
 
 
 
 
 
 
 
 
12
  "id2label": {
13
  "0": "NEGATIVE",
14
  "1": "POSITIVE"
15
  },
16
- "initializer_range": 0.02,
17
- "intermediate_size": 3072,
 
 
 
18
  "label2id": {
19
  "NEGATIVE": 0,
20
  "POSITIVE": 1
21
  },
 
 
 
 
 
 
 
22
  "layer_norm_eps": 1e-12,
 
 
 
 
 
 
23
  "max_position_embeddings": 512,
24
- "model_type": "bert",
25
- "num_attention_heads": 12,
26
- "num_hidden_layers": 12,
27
- "output_past": true,
28
- "pad_token_id": 1,
29
- "position_embedding_type": "absolute",
 
 
 
 
 
 
 
 
30
  "problem_type": "single_label_classification",
 
 
 
 
 
 
 
 
 
 
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.38.2",
33
- "type_vocab_size": 2,
34
- "use_cache": true,
35
- "vocab_size": 31002
 
 
 
 
 
 
 
 
36
  }
 
1
  {
2
+ "_name_or_path": "flaubert/flaubert_base_cased",
3
+ "amp": 1,
4
  "architectures": [
5
+ "FlaubertForSequenceClassification"
6
  ],
7
+ "asm": false,
8
+ "attention_dropout": 0.1,
9
+ "bos_index": 0,
10
+ "bos_token_id": 0,
11
+ "bptt": 512,
12
+ "causal": false,
13
+ "clip_grad_norm": 5,
14
+ "dropout": 0.1,
15
+ "emb_dim": 768,
16
+ "embed_init_std": 0.02209708691207961,
17
+ "encoder_only": true,
18
+ "end_n_top": 5,
19
+ "eos_index": 1,
20
+ "fp16": true,
21
+ "gelu_activation": true,
22
+ "group_by_size": true,
23
  "id2label": {
24
  "0": "NEGATIVE",
25
  "1": "POSITIVE"
26
  },
27
+ "id2lang": {
28
+ "0": "fr"
29
+ },
30
+ "init_std": 0.02,
31
+ "is_encoder": true,
32
  "label2id": {
33
  "NEGATIVE": 0,
34
  "POSITIVE": 1
35
  },
36
+ "lang2id": {
37
+ "fr": 0
38
+ },
39
+ "lang_id": 0,
40
+ "langs": [
41
+ "fr"
42
+ ],
43
  "layer_norm_eps": 1e-12,
44
+ "layerdrop": 0.0,
45
+ "lg_sampling_factor": -1,
46
+ "lgs": "fr",
47
+ "mask_index": 5,
48
+ "mask_token_id": 0,
49
+ "max_batch_size": 0,
50
  "max_position_embeddings": 512,
51
+ "max_vocab": -1,
52
+ "mlm_steps": [
53
+ [
54
+ "fr",
55
+ null
56
+ ]
57
+ ],
58
+ "model_type": "flaubert",
59
+ "n_heads": 12,
60
+ "n_langs": 1,
61
+ "n_layers": 12,
62
+ "pad_index": 2,
63
+ "pad_token_id": 2,
64
+ "pre_norm": false,
65
  "problem_type": "single_label_classification",
66
+ "sample_alpha": 0,
67
+ "share_inout_emb": true,
68
+ "sinusoidal_embeddings": false,
69
+ "start_n_top": 5,
70
+ "summary_activation": null,
71
+ "summary_first_dropout": 0.1,
72
+ "summary_proj_to_labels": true,
73
+ "summary_type": "first",
74
+ "summary_use_proj": true,
75
+ "tokens_per_batch": -1,
76
  "torch_dtype": "float32",
77
  "transformers_version": "4.38.2",
78
+ "unk_index": 3,
79
+ "use_lang_emb": true,
80
+ "vocab_size": 68729,
81
+ "word_blank": 0,
82
+ "word_dropout": 0,
83
+ "word_keep": 0.1,
84
+ "word_mask": 0.8,
85
+ "word_mask_keep_rand": "0.8,0.1,0.1",
86
+ "word_pred": 0.15,
87
+ "word_rand": 0.1,
88
+ "word_shuffle": 0
89
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05c7e06d64fa16ca889125d1b09a887ddb8eb6422bda2e219e202893f8dceded
3
- size 439433208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223b5997092b89af197d2bcce7e308bf65e5402208addc74774037291457d4a4
3
+ size 552959120