inkyant commited on
Commit
38f6c77
1 Parent(s): 0e46a0b

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -15,7 +15,7 @@ model-index:
15
 
16
  # gemma-2b-dolly-qa
17
 
18
- This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the generator dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 2.0198
21
 
@@ -30,14 +30,6 @@ python3 run.py cpu <YOUR-TOKEN-HERE> Prompt
30
  ```
31
  replace "cpu" with "gpu" if you want to run on gpu.
32
 
33
- ## Intended uses & limitations
34
-
35
- More information needed
36
-
37
- ## Training and evaluation data
38
-
39
- More information needed
40
-
41
  ## Training procedure
42
 
43
  ### Training hyperparameters
 
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:
20
  - Loss: 2.0198
21
 
 
30
  ```
31
  replace "cpu" with "gpu" if you want to run on gpu.
32
 
 
 
 
 
 
 
 
 
33
  ## Training procedure
34
 
35
  ### Training hyperparameters