UKASHAKAYS
commited on
Commit
•
fbd248b
1
Parent(s):
bfa032a
Fix bug in login form
Browse filesFix bug in login form
This commit resolves an issue where the login form would accept invalid email addresses. The fix involves adding email validation to ensure only valid email addresses are accepted.
![1734430787915.jpg](https://cdn-uploads.huggingface.co/production/uploads/676147d811ea198180a795af/CSX3oPO6Wa7g7VrzdyiQ1.jpeg)
README.md
CHANGED
@@ -1,3 +1,139 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
datasets:
|
4 |
+
- fka/awesome-chatgpt-prompts
|
5 |
+
- HuggingFaceFW/fineweb-2
|
6 |
+
- HuggingFaceTB/smoltalk
|
7 |
+
- O1-OPEN/OpenO1-SFT
|
8 |
+
- PleIAs/common_corpus
|
9 |
+
- AI-MO/NuminaMath-CoT
|
10 |
+
- ChuGyouk/AI-MO-NuminaMath-CoT-Ko
|
11 |
+
- alpindale/two-million-bluesky-posts
|
12 |
+
- CohereForAI/Global-MMLU
|
13 |
+
language:
|
14 |
+
- aa
|
15 |
+
- ae
|
16 |
+
- ak
|
17 |
+
- af
|
18 |
+
- ab
|
19 |
+
- am
|
20 |
+
- an
|
21 |
+
- ar
|
22 |
+
- as
|
23 |
+
- av
|
24 |
+
- ay
|
25 |
+
- az
|
26 |
+
- ba
|
27 |
+
- bg
|
28 |
+
- be
|
29 |
+
- bh
|
30 |
+
- co
|
31 |
+
- bn
|
32 |
+
- bo
|
33 |
+
- br
|
34 |
+
- bs
|
35 |
+
- ca
|
36 |
+
- ce
|
37 |
+
- ch
|
38 |
+
- cr
|
39 |
+
- cs
|
40 |
+
- cu
|
41 |
+
- cv
|
42 |
+
- cy
|
43 |
+
- en
|
44 |
+
- bm
|
45 |
+
- de
|
46 |
+
- dv
|
47 |
+
- da
|
48 |
+
- dz
|
49 |
+
- el
|
50 |
+
- ee
|
51 |
+
- es
|
52 |
+
- et
|
53 |
+
- eu
|
54 |
+
- fa
|
55 |
+
- ff
|
56 |
+
- bi
|
57 |
+
- eo
|
58 |
+
- fj
|
59 |
+
- fo
|
60 |
+
- fi
|
61 |
+
- fr
|
62 |
+
- fy
|
63 |
+
- ga
|
64 |
+
- gd
|
65 |
+
- gl
|
66 |
+
- gn
|
67 |
+
- gu
|
68 |
+
- gv
|
69 |
+
- ha
|
70 |
+
- hi
|
71 |
+
- ie
|
72 |
+
- hr
|
73 |
+
- he
|
74 |
+
- ho
|
75 |
+
- hu
|
76 |
+
- hy
|
77 |
+
- ht
|
78 |
+
- hz
|
79 |
+
- id
|
80 |
+
- ig
|
81 |
+
- ii
|
82 |
+
- ik
|
83 |
+
- ia
|
84 |
+
- kj
|
85 |
+
- is
|
86 |
+
- it
|
87 |
+
- iu
|
88 |
+
- ja
|
89 |
+
- jv
|
90 |
+
- ko
|
91 |
+
- ki
|
92 |
+
- kg
|
93 |
+
metrics:
|
94 |
+
- accuracy
|
95 |
+
- bertscore
|
96 |
+
- bleu
|
97 |
+
- bleurt
|
98 |
+
- code_eval
|
99 |
+
- chrf
|
100 |
+
- charcut_mt
|
101 |
+
- character
|
102 |
+
- cer
|
103 |
+
- brier_score
|
104 |
+
base_model:
|
105 |
+
- Qwen/QwQ-32B-Preview
|
106 |
+
- meta-llama/Llama-3.3-70B-Instruct
|
107 |
+
- tencent/HunyuanVideo
|
108 |
+
- mlx-community/Qwen_QwQ-32B-Preview_MLX-8bit
|
109 |
+
- black-forest-labs/FLUX.1-dev
|
110 |
+
- Lightricks/LTX-Video
|
111 |
+
- Djrango/Qwen2vl-Flux
|
112 |
+
- stabilityai/stable-diffusion-3.5-large
|
113 |
+
- Datou1111/shou_xin
|
114 |
+
- Qwen/Qwen2.5-Coder-32B-Instruct
|
115 |
+
new_version: meta-llama/Llama-3.3-70B-Instruct
|
116 |
+
pipeline_tag: question-answering
|
117 |
+
library_name: asteroid
|
118 |
+
tags:
|
119 |
+
- text-generation-inference
|
120 |
+
- Text classification
|
121 |
+
- Question answering
|
122 |
+
- Translation
|
123 |
+
- Summarization
|
124 |
+
- Image classification
|
125 |
+
- Object classification
|
126 |
+
- Image generation
|
127 |
+
- Learning
|
128 |
+
- medical
|
129 |
+
- biology
|
130 |
+
- chemistry
|
131 |
+
- legal
|
132 |
+
- music
|
133 |
+
- code
|
134 |
+
- climate
|
135 |
+
- art
|
136 |
+
- finance
|
137 |
+
- moe
|
138 |
+
- merge
|
139 |
+
---
|