greasyFinger commited on
Commit
6c2fe32
1 Parent(s): 4cbe64b

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +89 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d972e9dd1a8580e6e07e297de38ee2b7e3a3e7e5e7a9f1ff9c4e580b31d4973
3
+ size 552959120
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea16d93de4e433565a4499cb3b8a638148773809d73fa574da34175e6da31ed7
3
+ size 4920