Locutusque
commited on
Commit
•
937ed7a
1
Parent(s):
08f3b43
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-generation
|
@@ -8,17 +8,27 @@ datasets:
|
|
8 |
- Locutusque/TM-DATA
|
9 |
inference:
|
10 |
parameters:
|
11 |
-
do_sample:
|
12 |
temperature: 0.7
|
13 |
top_p: 0.2
|
14 |
top_k: 14
|
15 |
max_new_tokens: 250
|
16 |
repetition_penalty: 1.16
|
17 |
widget:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
# Training
|
24 |
This model was trained on two datasets, shown in this model page.
|
@@ -27,6 +37,4 @@ This model was trained on two datasets, shown in this model page.
|
|
27 |
Training took approximately 500 GPU hours on a single Titan V.
|
28 |
# Metrics
|
29 |
You can look at the training metrics here:
|
30 |
-
https://wandb.ai/locutusque/TinyMistral-V2/runs/g0rvw6wc
|
31 |
-
# License
|
32 |
-
This model is released under the cc-by-nc-4.0 license. This is because the data used to train this model is under this same license.
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-generation
|
|
|
8 |
- Locutusque/TM-DATA
|
9 |
inference:
|
10 |
parameters:
|
11 |
+
do_sample: true
|
12 |
temperature: 0.7
|
13 |
top_p: 0.2
|
14 |
top_k: 14
|
15 |
max_new_tokens: 250
|
16 |
repetition_penalty: 1.16
|
17 |
widget:
|
18 |
+
- text: >-
|
19 |
+
TITLE: Dirichlet density QUESTION [5 upvotes]: How to solve the following
|
20 |
+
exercise: Let $q$ be prime. Show that the set of primes p for which $p
|
21 |
+
\equiv 1\pmod q$ and $2^{(p-1)/q} \equiv 1 \pmod p$ has Dirichlet density
|
22 |
+
$\dfrac{1}{q(q-1)}$. I want to show that $X^q-2$ (mod $p$) has a solution
|
23 |
+
and $q$ divides $p-1$ , these two conditions are simultaneonusly satisfied
|
24 |
+
iff p splits completely in $\Bbb{Q}(\zeta_q,2^{\frac{1}{q}})$. $\zeta_q $ is
|
25 |
+
primitive $q^{th}$ root of unity. If this is proved the I can conclude the
|
26 |
+
result by Chebotarev density theorem. REPLY [2 votes]:
|
27 |
+
- text: >-
|
28 |
+
An emerging clinical approach to treat substance abuse disorders involves a
|
29 |
+
form of cognitive-behavioral therapy whereby addicts learn to reduce their
|
30 |
+
reactivity to drug-paired stimuli through cue-exposure or extinction
|
31 |
+
training. It is, however,
|
32 |
---
|
33 |
# Training
|
34 |
This model was trained on two datasets, shown in this model page.
|
|
|
37 |
Training took approximately 500 GPU hours on a single Titan V.
|
38 |
# Metrics
|
39 |
You can look at the training metrics here:
|
40 |
+
https://wandb.ai/locutusque/TinyMistral-V2/runs/g0rvw6wc
|
|
|
|