Jessy3ric commited on
Commit
6064997
·
1 Parent(s): ea8a662

Upload 4 essential files for the model

Browse files

In the four files there is the pytorch_model and the file config.json for both the model and the tokenizer.

Files changed (4) hide show
  1. config.json +83 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +25 -0
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cmarkea/distilcamembert-base",
3
+ "architectures": [
4
+ "CamembertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": ":face_with_tears_of_joy:",
16
+ "1": ":loudly_crying_face:",
17
+ "2": ":rolling_on_the_floor_laughing:",
18
+ "3": ":folded_hands:",
19
+ "4": ":grinning_face_with_sweat:",
20
+ "5": ":winking_face:",
21
+ "6": ":skull:",
22
+ "7": ":red_heart:",
23
+ "8": ":thinking_face:",
24
+ "9": ":raising_hands:",
25
+ "10": ":beaming_face_with_smiling_eyes:",
26
+ "11": ":smiling_face_with_tear:",
27
+ "12": ":smiling_face_with_heart-eyes:",
28
+ "13": ":smiling_face_with_hearts:",
29
+ "14": ":clown_face:",
30
+ "15": ":thumbs_up:",
31
+ "16": ":face_blowing_a_kiss:",
32
+ "17": ":eyes:",
33
+ "18": ":face_with_rolling_eyes:",
34
+ "19": ":smiling_face_with_smiling_eyes:",
35
+ "20": ":enraged_face:",
36
+ "21": ":cat_with_tears_of_joy:",
37
+ "22": ":fire:",
38
+ "23": ":pensive_face:",
39
+ "24": ":face_holding_back_tears:"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ ":beaming_face_with_smiling_eyes:": 10,
45
+ ":cat_with_tears_of_joy:": 21,
46
+ ":clown_face:": 14,
47
+ ":enraged_face:": 20,
48
+ ":eyes:": 17,
49
+ ":face_blowing_a_kiss:": 16,
50
+ ":face_holding_back_tears:": 24,
51
+ ":face_with_rolling_eyes:": 18,
52
+ ":face_with_tears_of_joy:": 0,
53
+ ":fire:": 22,
54
+ ":folded_hands:": 3,
55
+ ":grinning_face_with_sweat:": 4,
56
+ ":loudly_crying_face:": 1,
57
+ ":pensive_face:": 23,
58
+ ":raising_hands:": 9,
59
+ ":red_heart:": 7,
60
+ ":rolling_on_the_floor_laughing:": 2,
61
+ ":skull:": 6,
62
+ ":smiling_face_with_heart-eyes:": 12,
63
+ ":smiling_face_with_hearts:": 13,
64
+ ":smiling_face_with_smiling_eyes:": 19,
65
+ ":smiling_face_with_tear:": 11,
66
+ ":thinking_face:": 8,
67
+ ":thumbs_up:": 15,
68
+ ":winking_face:": 5
69
+ },
70
+ "layer_norm_eps": 1e-05,
71
+ "max_position_embeddings": 514,
72
+ "model_type": "camembert",
73
+ "num_attention_heads": 12,
74
+ "num_hidden_layers": 6,
75
+ "pad_token_id": 1,
76
+ "position_embedding_type": "absolute",
77
+ "problem_type": "single_label_classification",
78
+ "torch_dtype": "float32",
79
+ "transformers_version": "4.25.1",
80
+ "type_vocab_size": 1,
81
+ "use_cache": true,
82
+ "vocab_size": 32005
83
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58375533e32362c5dd048531892b4bf16127fb37454cb77353243f8ae32bced
3
+ size 272495925
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<s>NOTUSED",
4
+ "</s>NOTUSED"
5
+ ],
6
+ "bos_token": "<s>",
7
+ "cls_token": "<s>",
8
+ "eos_token": "</s>",
9
+ "mask_token": {
10
+ "__type": "AddedToken",
11
+ "content": "<mask>",
12
+ "lstrip": true,
13
+ "normalized": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ "model_max_length": 512,
18
+ "name_or_path": "cmarkea/distilcamembert-base",
19
+ "pad_token": "<pad>",
20
+ "sep_token": "</s>",
21
+ "sp_model_kwargs": {},
22
+ "special_tokens_map_file": null,
23
+ "tokenizer_class": "CamembertTokenizer",
24
+ "unk_token": "<unk>"
25
+ }