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

update YAML section on the README file

Browse files
Files changed (1) hide show
  1. README.md +34 -32
README.md CHANGED
@@ -1,34 +1,36 @@
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. -->
@@ -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.