inkyant commited on
Commit
792331d
·
1 Parent(s): 38f6c77

update readme with name

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -9,11 +9,11 @@ base_model: google/gemma-2b
9
  datasets:
10
  - generator
11
  model-index:
12
- - name: gemma-2b-dolly-qa
13
  results: []
14
  ---
15
 
16
- # gemma-2b-dolly-qa
17
 
18
  This model is based on [google/gemma-2b](https://huggingface.co/google/gemma-2b), fine tuned with the dolly-qa dataset and some specific examples of agricultural disease descriptions.
19
  It achieves the following results on the evaluation set:
@@ -24,8 +24,8 @@ It achieves the following results on the evaluation set:
24
  Make sure you have git-lfs, and access to gemma-2b on huggingface.
25
  ```
26
  pip install peft
27
- git clone https://huggingface.co/apfurman/gemma-2b-dolly-qa
28
- cd gemma-2b-dolly-qa/
29
  python3 run.py cpu <YOUR-TOKEN-HERE> Prompt
30
  ```
31
  replace "cpu" with "gpu" if you want to run on gpu.
 
9
  datasets:
10
  - generator
11
  model-index:
12
+ - name: gemma-dolly-agriculture
13
  results: []
14
  ---
15
 
16
+ # gemma-dolly-agriculture
17
 
18
  This model is based on [google/gemma-2b](https://huggingface.co/google/gemma-2b), fine tuned with the dolly-qa dataset and some specific examples of agricultural disease descriptions.
19
  It achieves the following results on the evaluation set:
 
24
  Make sure you have git-lfs, and access to gemma-2b on huggingface.
25
  ```
26
  pip install peft
27
+ git clone https://huggingface.co/apfurman/gemma-dolly-agriculture
28
+ cd gemma-dolly-agriculture/
29
  python3 run.py cpu <YOUR-TOKEN-HERE> Prompt
30
  ```
31
  replace "cpu" with "gpu" if you want to run on gpu.