Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,19 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
-
|
9 |
|
10 |
|
11 |
|
@@ -13,65 +21,32 @@ tags: []
|
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
- **
|
21 |
-
- **
|
22 |
-
- **
|
23 |
-
- **
|
24 |
-
- **Language(s) (NLP):** [More Information Needed]
|
25 |
-
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
- **Repository:** [More Information Needed]
|
33 |
-
- **Paper [optional]:** [More Information Needed]
|
34 |
-
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
37 |
|
38 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
-
|
40 |
-
### Direct Use
|
41 |
-
|
42 |
-
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
|
44 |
-
[More Information Needed]
|
45 |
|
46 |
-
###
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
51 |
|
52 |
### Out-of-Scope Use
|
53 |
|
54 |
-
|
55 |
-
|
56 |
-
[More Information Needed]
|
57 |
-
|
58 |
-
## Bias, Risks, and Limitations
|
59 |
-
|
60 |
-
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
-
|
62 |
-
[More Information Needed]
|
63 |
-
|
64 |
-
### Recommendations
|
65 |
-
|
66 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
-
|
68 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
-
|
70 |
-
## How to Get Started with the Model
|
71 |
-
|
72 |
-
Use the code below to get started with the model.
|
73 |
-
|
74 |
-
[More Information Needed]
|
75 |
|
76 |
## Training Details
|
77 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- environmental science
|
5 |
+
- education
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- dfndr11/climate-change-qna
|
9 |
+
language:
|
10 |
+
- en
|
11 |
+
pipeline_tag: question-answering
|
12 |
---
|
13 |
|
14 |
# Model Card for Model ID
|
15 |
|
16 |
+
This model was fine-tuned to answer questions related to the Climate Change chapter of the AP Environmental Science exam.
|
17 |
|
18 |
|
19 |
|
|
|
21 |
|
22 |
### Model Description
|
23 |
|
24 |
+
This is a model card for a fine-tuned Llama 2-7b transformer model. The compute required to fine-tune it was provided by Intel at Berkeley's AI Hackathon 2.0, 2024.
|
25 |
|
26 |
+
- **Developed by:** Russell Anthony Bustamante, Haoyan Wan
|
27 |
+
- **Funded by [optional]:** Compute sponsored by Intel
|
28 |
+
- **Model type:** Large Language Model
|
29 |
+
- **Language(s) (NLP):** English
|
30 |
+
- **License:** Apache 2.0
|
31 |
+
- **Finetuned from model [optional]:** Llama 2-7b
|
|
|
|
|
|
|
32 |
|
33 |
### Model Sources [optional]
|
34 |
|
35 |
+
https://huggingface.co/datasets/dfndr11/climate-change-qna
|
|
|
|
|
|
|
|
|
36 |
|
37 |
## Uses
|
38 |
|
|
|
|
|
|
|
|
|
|
|
39 |
|
|
|
40 |
|
41 |
+
### Direct Use
|
42 |
|
43 |
+
This model is intended to be used in our Devpost submission, QuizzicalAI.
|
44 |
|
45 |
+
https://devpost.com/software/quizzicalai
|
46 |
|
47 |
### Out-of-Scope Use
|
48 |
|
49 |
+
This model will not work well for questions not related specifically to the Climate Change chapter of the APES exam.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
## Training Details
|
52 |
|