yaya36095 commited on
Commit
a2f60ee
·
verified ·
1 Parent(s): 1adbd98

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +29 -21
  2. model.safetensors +3 -0
config.json CHANGED
@@ -1,21 +1,29 @@
1
- {
2
- "architectures": [
3
- "ViTForImageClassification"
4
- ],
5
- "model_type": "vit",
6
- "num_labels": 5,
7
- "id2label": {
8
- "0": "stable_diffusion",
9
- "1": "midjourney",
10
- "2": "dalle",
11
- "3": "real",
12
- "4": "other_ai"
13
- },
14
- "label2id": {
15
- "stable_diffusion": 0,
16
- "midjourney": 1,
17
- "dalle": 2,
18
- "real": 3,
19
- "other_ai": 4
20
- }
21
- }
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
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": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.44.2",
26
+ "type_vocab_size": 1,
27
+ "use_cache": true,
28
+ "vocab_size": 250002
29
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf3b7eaf21b6f13fd67c1affe122aec37aed7f9950b29bec03d18e7bd07307b
3
+ size 1112205008