marianna13 commited on
Commit
9995edd
·
1 Parent(s): 1d34a49

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,33 +1,37 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
 
11
  "id2label": {
12
  "0": "BAD",
13
  "1": "GOOD"
14
  },
15
  "initializer_range": 0.02,
 
16
  "label2id": {
17
  "BAD": 0,
18
  "GOOD": 1
19
  },
20
- "max_position_embeddings": 512,
21
- "model_type": "distilbert",
22
- "n_heads": 12,
23
- "n_layers": 6,
24
- "pad_token_id": 0,
 
 
 
25
  "problem_type": "single_label_classification",
26
- "qa_dropout": 0.1,
27
- "seq_classif_dropout": 0.2,
28
- "sinusoidal_pos_embds": false,
29
- "tie_weights_": true,
30
  "torch_dtype": "float32",
31
  "transformers_version": "4.30.2",
32
- "vocab_size": 30522
 
 
33
  }
 
1
  {
2
+ "_name_or_path": "xlm-roberta-large",
 
3
  "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
  "id2label": {
14
  "0": "BAD",
15
  "1": "GOOD"
16
  },
17
  "initializer_range": 0.02,
18
+ "intermediate_size": 4096,
19
  "label2id": {
20
  "BAD": 0,
21
  "GOOD": 1
22
  },
23
+ "layer_norm_eps": 1e-05,
24
+ "max_position_embeddings": 514,
25
+ "model_type": "xlm-roberta",
26
+ "num_attention_heads": 16,
27
+ "num_hidden_layers": 24,
28
+ "output_past": true,
29
+ "pad_token_id": 1,
30
+ "position_embedding_type": "absolute",
31
  "problem_type": "single_label_classification",
 
 
 
 
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.30.2",
34
+ "type_vocab_size": 1,
35
+ "use_cache": true,
36
+ "vocab_size": 250002
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0828046a188ba498155d349e5687759a2405ee658811f74ef4f7aebc13d3aaf5
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ea01eed074d82accb8c67313d2267372727e97843ce0d25d8b6795c2b586417
3
+ size 2239709941
runs/Jun30_14-08-18_684dc99c19bd/events.out.tfevents.1688134179.684dc99c19bd.211.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7573b57b9c5c0b6a30ef5efd76641cbc0978f7735a26d539c09b0e6d5b36b201
3
+ size 88
runs/Jun30_14-11-15_684dc99c19bd/events.out.tfevents.1688134278.684dc99c19bd.211.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c314d27d6187ffd1a22e059784f5c6d759f77f1810a292324d0ca562dd614e4e
3
+ size 4184
runs/Jun30_14-12-30_684dc99c19bd/events.out.tfevents.1688134357.684dc99c19bd.4121.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8285054a64a8a0c71a3e9b51cacf0a8f46d4e6f6c228fed95e1bfaeef13defc7
3
+ size 4318
runs/Jun30_14-19-33_684dc99c19bd/events.out.tfevents.1688134779.684dc99c19bd.5725.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceaeaeb0ae340b5ee97a7aadf8c23210f98e8f1f688a301c895bb5547878804c
3
+ size 4955
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e51a7a3951dea200289a2738a5e70263786405bb28e5fc3e4399ce97e1c3a389
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc20f4cf1b6be883581ceacbf98951394659e259a03ebe7df54e8f7f9930949
3
  size 3963