lucasdozie
commited on
Commit
•
d45a066
1
Parent(s):
223e5a4
update YAML section on the README file
Browse files
README.md
CHANGED
@@ -1,34 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
|
|
32 |
# Model Card for Model Name
|
33 |
|
34 |
<!-- Provide a quick summary of the model. -->
|
@@ -52,4 +54,4 @@ he model is structured as a collection of JSON files, with each file containing
|
|
52 |
|
53 |
### Model Sources [optional]
|
54 |
|
55 |
-
The model was created by curating and aggregating questions and answers from various online resources related to agriculture, such as agricultural forums, websites, and FAQ sections. The data collection process involved manual curation and verification to ensure the quality and relevance of the question-answer pairs.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
model_info:
|
4 |
+
features:
|
5 |
+
- name: language
|
6 |
+
dtype: string
|
7 |
+
- name: query
|
8 |
+
dtype: string
|
9 |
+
- name: response
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 4798384
|
14 |
+
num_examples: 22615
|
15 |
+
download_size: 1969746
|
16 |
+
model_size: 4798384
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: data/train-*
|
22 |
+
task_categories:
|
23 |
+
- question-answering
|
24 |
+
tags:
|
25 |
+
- Agriculture
|
26 |
+
- ThriveAgric
|
27 |
+
- AOS
|
28 |
+
size_categories:
|
29 |
+
- 200<n<100K
|
30 |
+
language:
|
31 |
+
- en
|
32 |
+
- ha
|
33 |
+
---
|
34 |
# Model Card for Model Name
|
35 |
|
36 |
<!-- Provide a quick summary of the model. -->
|
|
|
54 |
|
55 |
### Model Sources [optional]
|
56 |
|
57 |
+
The model was created by curating and aggregating questions and answers from various online resources related to agriculture, such as agricultural forums, websites, and FAQ sections. The data collection process involved manual curation and verification to ensure the quality and relevance of the question-answer pairs.
|