ZainabF commited on
Commit
c7f3113
·
1 Parent(s): d275519

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +164 -0
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Card for AllyArc
2
+
3
+ This model card describes AllyArc, an educational chatbot designed to support autistic students with personalized learning experiences. AllyArc uses a fine-tuned Large Language Model to interact with users and provide educational content.
4
+
5
+ ## Model Details
6
+
7
+ ### Model Description
8
+
9
+ AllyArc is an innovative chatbot tailored for the educational support of autistic students. It leverages a fine-tuned LLM to provide interactive learning experiences, emotional support, and a platform for students to engage in conversational learning.
10
+
11
+ - **Developed by:** Zainab, a computer science student and MLH Top 50.
12
+ - **Funded by [optional]:** Grants/Sponsorships [More Information Needed]
13
+ - **Shared by [optional]:** Educational institutions [More Information Needed]
14
+ - **Model type:** Conversational Large Language Model
15
+ - **Language(s) (NLP):** Primarily English, with potential multilingual support.
16
+ - **License:** [More Information Needed] - Suggest an open-source license compatible with educational use.
17
+ - **Finetuned from model [optional]:** Base LLM, such as GPT-3.
18
+
19
+ ### Model Sources [optional]
20
+
21
+ - **Repository:** [GitHub or other repository link]
22
+ - **Paper [Coming Soon]:** [Link to any research paper published]
23
+ - **Demo [Coming Soon]:** [Link to a live demo if available]
24
+
25
+ ## Uses
26
+
27
+ ### Direct Use
28
+
29
+ AllyArc can be directly interacted with by students and educators through a conversational interface, providing instant responses to queries and aiding in learning.
30
+
31
+ ### Downstream Use [optional]
32
+
33
+ The model can be integrated into educational platforms or applications as a support tool for autistic students, offering personalized assistance.
34
+
35
+ ### Out-of-Scope Use
36
+
37
+ AllyArc is not designed for high-stakes decisions, medical advice, or any context outside of educational support.
38
+
39
+ ## Bias, Risks, and Limitations
40
+
41
+ While designed to be inclusive, there is a risk of unintended bias in responses due to the training data. The model may not fully understand or appropriately respond to all nuances of human emotion and communication.
42
+
43
+ ### Recommendations
44
+
45
+ Educators should monitor interactions and provide regular feedback to improve AllyArc's accuracy and sensitivity. Users should be aware of the model's limitations and not rely on it for critical decisions.
46
+
47
+ ## How to Get Started with the Model
48
+
49
+ To begin working with AllyArc, access the interactive Colab notebook which provides a guided experience:
50
+
51
+ [AllyArc Interactive Colab Notebook](https://colab.research.google.com/drive/1MiGTw7nKMFbE8FllpVAW66DTmQSzOTFd?usp=sharing)
52
+
53
+ The notebook contains all the necessary instructions to initialize the model, interact with it, and understand its output. Follow the steps in the notebook to get a hands-on experience with AllyArc.
54
+ <!--
55
+
56
+ ## Training Details
57
+
58
+ ### Training Data
59
+
60
+ The model is trained on a curated dataset from educational websites and textbooks, with a focus on materials suitable for autistic learners.
61
+
62
+ ### Training Procedure
63
+
64
+ #### Preprocessing [optional]
65
+
66
+ Data is cleaned and formatted to remove irrelevant information, ensuring the model receives high-quality input.
67
+
68
+ #### Training Hyperparameters
69
+
70
+ - **Training regime:** fp16 mixed precision for efficiency.
71
+
72
+ #### Speeds, Sizes, Times [optional]
73
+
74
+ [More Information Needed]
75
+
76
+ ## Evaluation
77
+
78
+ ### Testing Data, Factors & Metrics
79
+
80
+ #### Testing Data
81
+
82
+ The model is evaluated against a set of questions and scenarios typical of an educational environment for autistic students.
83
+
84
+ #### Factors
85
+
86
+ The evaluation considers the model's ability to handle various subjects and the clarity of its explanations.
87
+
88
+ #### Metrics
89
+
90
+ Metrics include accuracy, response time, and user satisfaction.
91
+
92
+ ### Results
93
+
94
+ [More Information Needed]
95
+
96
+ #### Summary
97
+
98
+ [More Information Needed]
99
+
100
+ ## Environmental Impact
101
+
102
+ - **Hardware Type:** Cloud-based GPUs.
103
+ - **Hours used:** [More Information Needed]
104
+ - **Cloud Provider:** [More Information Needed]
105
+ - **Compute Region:** [More Information Needed]
106
+ - **Carbon Emitted:** [More Information Needed]
107
+
108
+ ## Technical Specifications [optional]
109
+
110
+ ### Model Architecture and Objective
111
+
112
+ The model uses a transformer-based architecture optimized for conversational understanding.
113
+
114
+ ### Compute Infrastructure
115
+
116
+ [More Information Needed]
117
+
118
+ #### Hardware
119
+
120
+ [More Information Needed]
121
+
122
+ #### Software
123
+
124
+ [More Information Needed]
125
+
126
+ ## Citation [optional]
127
+
128
+ **BibTeX:**
129
+
130
+ ```bibtex
131
+ @misc{allyarc2024,
132
+ title={AllyArc: A Conversational Chatbot for Autistic Learners},
133
+ author={Zainab},
134
+ year={2024},
135
+ note={Model card for AllyArc}
136
+ }
137
+ ```
138
+
139
+ **APA:**
140
+
141
+ Zainab. (2024). AllyArc: A Conversational Chatbot for Autistic Learners. [Model Card].
142
+
143
+ ## Glossary [optional]
144
+
145
+ [More Information Needed]
146
+
147
+ ## More Information [optional]
148
+
149
+ [More Information Needed]
150
+
151
+ ## Model Card Authors [optional]
152
+
153
+ Zainab
154
+
155
+ ## Model Card Contact
156
+
157
+ [Contact Information]
158
+
159
+
160
+
161
+ ->
162
+
163
+
164
+