Update README.md
Browse files
README.md
CHANGED
@@ -11,56 +11,39 @@ metrics:
|
|
11 |
- rouge
|
12 |
- bertscore
|
13 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
|
14 |
---
|
15 |
|
16 |
# Model Card for Model ID
|
17 |
|
18 |
-
Quantum Research Bot is a model fined tuned over the latest research data in quantum science. It contains data from the second half of 2024 making it more
|
19 |
-
|
20 |
|
21 |
## Model Details
|
22 |
|
23 |
### Model Description
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
- **Developed by:** [More Information Needed]
|
30 |
-
- **Funded by [optional]:** [More Information Needed]
|
31 |
-
- **Shared by [optional]:** [More Information Needed]
|
32 |
-
- **Model type:** [More Information Needed]
|
33 |
-
- **Language(s) (NLP):** [More Information Needed]
|
34 |
-
- **License:** [More Information Needed]
|
35 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
36 |
-
|
37 |
-
### Model Sources [optional]
|
38 |
-
|
39 |
-
<!-- Provide the basic links for the model. -->
|
40 |
-
|
41 |
-
- **Repository:** [More Information Needed]
|
42 |
-
- **Paper [optional]:** [More Information Needed]
|
43 |
-
- **Demo [optional]:** [More Information Needed]
|
44 |
|
45 |
## Uses
|
46 |
|
47 |
-
|
48 |
|
49 |
-
### Direct Use
|
50 |
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
[More Information Needed]
|
60 |
|
|
|
61 |
### Out-of-Scope Use
|
62 |
|
63 |
-
|
64 |
|
65 |
[More Information Needed]
|
66 |
|
@@ -78,7 +61,7 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
78 |
|
79 |
## How to Get Started with the Model
|
80 |
|
81 |
-
|
82 |
|
83 |
[More Information Needed]
|
84 |
|
|
|
11 |
- rouge
|
12 |
- bertscore
|
13 |
base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
|
14 |
+
license: mit
|
15 |
---
|
16 |
|
17 |
# Model Card for Model ID
|
18 |
|
19 |
+
Quantum Research Bot is a chat model fined tuned over the latest research data in quantum science. It contains data from the second half of 2024 making it more accurate than general-purpose models.
|
|
|
20 |
|
21 |
## Model Details
|
22 |
|
23 |
### Model Description
|
24 |
|
25 |
+
- **Developed by:** Nenad Banfic
|
26 |
+
- **Language(s) (NLP):** English
|
27 |
+
- **License:** MIT
|
28 |
+
- **Finetuned from model [optional]:** meta-llama/Meta-Llama-3.1-8B-Instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Uses
|
31 |
|
32 |
+
You can use the model to ask questions about the latest developments in quantum science. Below are examples of questions that general-purpose models may answer incorrectly or inadequately, but this model should provide accurate responses.
|
33 |
|
|
|
34 |
|
35 |
+
| Question | Expected answer |
|
36 |
+
|:---------------------|:--------------|
|
37 |
+
| On top of what platform is TensorKrowch built on and where was it created? | TensorKrowch is built on top of the PyTorch framework and was created at the University of Madrid |
|
38 |
+
| What algorithms does the quantum FIPS 205 deal with? | The FIPS 205 deals with the stateless hash-based digital signature algorithm (SLH-DSA). |
|
39 |
+
| What is the variance which you can get with polynomial bond dimension in pure quantum states in one dimensional systems? | The variance that you can get with polynomial bond dimension in pure quantum states in one dimensional systems is as small as ∝ 1 / log N.|
|
40 |
+
| As if September 2024, how many qubits has the quantum Krylov algorithm been demonstrated on experimentally? | The quantum Krylov algorithm has been demonstrated on up to 56 qubits experimentally.|
|
41 |
+
| In the analysis of noise effects in controlled-swap gate circuits, what percentage of errors were eliminated with a dephasing error probability of 10% when using two noisy copies of a quantum state? | 67% of errors were eliminated when using two copies of a quantum state with a dephasing error probability of 10%. ,
|
|
|
|
|
42 |
|
43 |
+
|
44 |
### Out-of-Scope Use
|
45 |
|
46 |
+
Although this model should be able to generalize well, the quantum science terminology and context is very complex, so it might struggle with corrent simplification, hence, should not be used in that context.
|
47 |
|
48 |
[More Information Needed]
|
49 |
|
|
|
61 |
|
62 |
## How to Get Started with the Model
|
63 |
|
64 |
+
Please refer to the instructions for the Meta Instruct models; the principle is the same.
|
65 |
|
66 |
[More Information Needed]
|
67 |
|