serbog commited on
Commit
c00308d
1 Parent(s): f14687a

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +51 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +1 -1
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "C1",
15
+ "1": "C2",
16
+ "2": "C3",
17
+ "3": "C4",
18
+ "4": "C5",
19
+ "5": "C6",
20
+ "6": "C7",
21
+ "7": "C8",
22
+ "8": "C9"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 4096,
26
+ "label2id": {
27
+ "C1": 0,
28
+ "C2": 1,
29
+ "C3": 2,
30
+ "C4": 3,
31
+ "C5": 4,
32
+ "C6": 5,
33
+ "C7": 6,
34
+ "C8": 7,
35
+ "C9": 8
36
+ },
37
+ "layer_norm_eps": 1e-05,
38
+ "max_position_embeddings": 514,
39
+ "model_type": "xlm-roberta",
40
+ "num_attention_heads": 16,
41
+ "num_hidden_layers": 24,
42
+ "output_past": true,
43
+ "pad_token_id": 1,
44
+ "position_embedding_type": "absolute",
45
+ "problem_type": "multi_label_classification",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.33.1",
48
+ "type_vocab_size": 1,
49
+ "use_cache": true,
50
+ "vocab_size": 250002
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32dfd0d88367b3a91c94e6f23e4e84df35e15f900a6416c2d64f5217c415a526
3
+ size 2239734193
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1f13a19107593238f9b8d3d67bf14d1b1db3c941ebfe6ce65fdb66bcdc9cf28
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7adba35fa877b4f696d1aa318e1ab5e2428dd291ccb309f90fd07ae5af03a7
3
  size 4091