massaro24
commited on
Commit
•
f009547
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +121 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: GENERA UN VISO ARTIFICIALE
|
10 |
+
output:
|
11 |
+
url: images/download (1).jpg
|
12 |
+
- text: '-'
|
13 |
+
output:
|
14 |
+
url: images/download (2).jpg
|
15 |
+
- text: '-'
|
16 |
+
output:
|
17 |
+
url: images/download (3).jpg
|
18 |
+
- text: '-'
|
19 |
+
output:
|
20 |
+
url: images/download.jpg
|
21 |
+
- text: '-'
|
22 |
+
output:
|
23 |
+
url: images/images (1).jpg
|
24 |
+
- text: '-'
|
25 |
+
output:
|
26 |
+
url: images/images (2).jpg
|
27 |
+
- text: '-'
|
28 |
+
output:
|
29 |
+
url: images/images (3).jpg
|
30 |
+
- text: '-'
|
31 |
+
output:
|
32 |
+
url: images/images (4).jpg
|
33 |
+
- text: '-'
|
34 |
+
output:
|
35 |
+
url: images/images (5).jpg
|
36 |
+
base_model: stabilityai/sdxl-turbo
|
37 |
+
instance_prompt: >-
|
38 |
+
aiuto, assistenza, supporto, prenotazione, prenota, ordina, come, perché,
|
39 |
+
dove, quando, cancella, modifica, aggiorna, costo, prezzo, tariffe, orari,
|
40 |
+
apertura, chiusura, account, login, registrazione, problema, guasto, errore,
|
41 |
+
recensione, feedback, valutazione, promozioni, offerte, sconti
|
42 |
+
license: apache-2.0
|
43 |
+
---
|
44 |
+
# PROTRE
|
45 |
+
|
46 |
+
<Gallery />
|
47 |
+
|
48 |
+
## Model description
|
49 |
+
|
50 |
+
This model is a fine-tuned version of xlm-roberta-base on an unknown dataset. It achieves the following results on the evaluation set:
|
51 |
+
|
52 |
+
## Trigger words
|
53 |
+
|
54 |
+
You should use `aiuto` to trigger the image generation.
|
55 |
+
|
56 |
+
You should use `assistenza` to trigger the image generation.
|
57 |
+
|
58 |
+
You should use `supporto` to trigger the image generation.
|
59 |
+
|
60 |
+
You should use `prenotazione` to trigger the image generation.
|
61 |
+
|
62 |
+
You should use `prenota` to trigger the image generation.
|
63 |
+
|
64 |
+
You should use `ordina` to trigger the image generation.
|
65 |
+
|
66 |
+
You should use `come` to trigger the image generation.
|
67 |
+
|
68 |
+
You should use `perché` to trigger the image generation.
|
69 |
+
|
70 |
+
You should use `dove` to trigger the image generation.
|
71 |
+
|
72 |
+
You should use `quando` to trigger the image generation.
|
73 |
+
|
74 |
+
You should use `cancella` to trigger the image generation.
|
75 |
+
|
76 |
+
You should use `modifica` to trigger the image generation.
|
77 |
+
|
78 |
+
You should use `aggiorna` to trigger the image generation.
|
79 |
+
|
80 |
+
You should use `costo` to trigger the image generation.
|
81 |
+
|
82 |
+
You should use `prezzo` to trigger the image generation.
|
83 |
+
|
84 |
+
You should use `tariffe` to trigger the image generation.
|
85 |
+
|
86 |
+
You should use `orari` to trigger the image generation.
|
87 |
+
|
88 |
+
You should use `apertura` to trigger the image generation.
|
89 |
+
|
90 |
+
You should use `chiusura` to trigger the image generation.
|
91 |
+
|
92 |
+
You should use `account` to trigger the image generation.
|
93 |
+
|
94 |
+
You should use `login` to trigger the image generation.
|
95 |
+
|
96 |
+
You should use `registrazione` to trigger the image generation.
|
97 |
+
|
98 |
+
You should use `problema` to trigger the image generation.
|
99 |
+
|
100 |
+
You should use `guasto` to trigger the image generation.
|
101 |
+
|
102 |
+
You should use `errore` to trigger the image generation.
|
103 |
+
|
104 |
+
You should use `recensione` to trigger the image generation.
|
105 |
+
|
106 |
+
You should use `feedback` to trigger the image generation.
|
107 |
+
|
108 |
+
You should use `valutazione` to trigger the image generation.
|
109 |
+
|
110 |
+
You should use `promozioni` to trigger the image generation.
|
111 |
+
|
112 |
+
You should use `offerte` to trigger the image generation.
|
113 |
+
|
114 |
+
You should use `sconti` to trigger the image generation.
|
115 |
+
|
116 |
+
|
117 |
+
## Download model
|
118 |
+
|
119 |
+
Weights for this model are available in Safetensors format.
|
120 |
+
|
121 |
+
[Download](/massaro24/PROTRE/tree/main) them in the Files & versions tab.
|