inoid commited on
Commit
fed4de2
1 Parent(s): bd0f9f1
Files changed (4) hide show
  1. .gitattributes +2 -0
  2. classIndexAssociation.pkl +0 -0
  3. config.json +45 -0
  4. pytorch_model.bin +3 -0
.gitattributes CHANGED
@@ -26,3 +26,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
26
  *.zip filter=lfs diff=lfs merge=lfs -text
27
  *.zstandard filter=lfs diff=lfs merge=lfs -text
28
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
26
  *.zip filter=lfs diff=lfs merge=lfs -text
27
  *.zstandard filter=lfs diff=lfs merge=lfs -text
28
  *tfevents* filter=lfs diff=lfs merge=lfs -text
29
+ *.bin filter=lfs diff=lfs merge=lfs -text
30
+ *.json filter=lfs diff=lfs merge=lfs -text
classIndexAssociation.pkl ADDED
Binary file (110 Bytes). View file
 
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bertin-project/bertin-base-xnli-es",
3
+ "_num_labels": 5,
4
+ "architectures": [
5
+ "RobertaForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "finetuning_task": "xnli",
12
+ "gradient_checkpointing": false,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "Actuar\u00eda": 3,
18
+ "Derecho": 1,
19
+ "Econom\u00eda": 4,
20
+ "Psicolog\u00eda": 0,
21
+ "Qu\u00edmica Farmace\u00fatico Biol\u00f3gica": 2
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "0": "Psicolog\u00eda",
27
+ "1": "Derecho",
28
+ "2": "Qu\u00edmica Farmace\u00fatico Biol\u00f3gica",
29
+ "3": "Actuar\u00eda",
30
+ "4": "Econom\u00eda"
31
+ },
32
+ "layer_norm_eps": 1e-05,
33
+ "max_position_embeddings": 514,
34
+ "model_type": "roberta",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 1,
38
+ "position_embedding_type": "absolute",
39
+ "problem_type": "single_label_classification",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.17.0",
42
+ "type_vocab_size": 1,
43
+ "use_cache": true,
44
+ "vocab_size": 50265
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0196f270ebe40bf027e03badecb0755acf1174605f96edf0b78e40c457054b
3
+ size 498684269