lucasdozie commited on
Commit
223e5a4
1 Parent(s): 01c96a3

Updated model

Browse files
Files changed (1) hide show
  1. README.md +55 -3
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ model_info:
5
+ features:
6
+ - name: language
7
+ dtype: string
8
+ - name: query
9
+ dtype: string
10
+ - name: response
11
+ dtype: string
12
+ splits:
13
+ - name: train
14
+ num_bytes: 4798384
15
+ num_examples: 22615
16
+ download_size: 1969746
17
+ model_size: 4798384
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-*
23
+ task_categories:
24
+ - question-answering
25
+ tags:
26
+ - Agriculture
27
+ - ThriveAgric
28
+ - AOS
29
+ size_categories:
30
+ - 200<n<100K
31
+ ---
32
+ # Model Card for Model Name
33
+
34
+ <!-- Provide a quick summary of the model. -->
35
+
36
+ This model contains language-query-response trio related to agriculture. The model can be used for tasks such as question answering, information retrieval, and natural language understanding in the agricultural domain.
37
+ The query cover various aspects of agriculture, including crop, harvest, soil management, weather forecasting and other farming practices.
38
+
39
+ ## Model Details
40
+ he model is structured as a collection of JSON files, with each file containing a list of language-query-response trio. Each language-query-response trio is represented as an object with the following keys:
41
+
42
+ - language: The text of the question.
43
+ - query: The text of the answer.
44
+ - response: The text of the answer.
45
+
46
+ ### Model Description
47
+
48
+ <!-- Provide a longer summary of what this model is. -->
49
+ - **Curated by:** [Dozie Imo](https://huggingface.co/lucasdozie)
50
+ - **Language(s) (NLP):** English
51
+ - **License:** Apache 2.0
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.