pszemraj commited on
Commit
a1ec0ab
1 Parent(s): d80c5f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -8,9 +8,6 @@ tags:
8
  - gqa
9
  - t5
10
  - instruct
11
- model-index:
12
- - name: tFINE-680m-e32-d16-infinity_instruct-L1-infinity-instruct-7m-T2T_en-1024
13
- results: []
14
  datasets:
15
  - pszemraj/infinity-instruct-7m-T2T_en
16
  pipeline_tag: text2text-generation
@@ -19,6 +16,8 @@ pipeline_tag: text2text-generation
19
 
20
  # tFINE-680m-e32-d16-infinity_instruct-L2
21
 
 
 
22
  ## Model description
23
 
24
  This model is a fine-tuned version of [BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L1](https://huggingface.co/BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L1) on the pszemraj/infinity-instruct-7m-T2T_en dataset (config `deduped-L2`).
@@ -29,7 +28,7 @@ It achieves the following results on the evaluation set:
29
 
30
  ## usage
31
 
32
- prerequisite: you need to have t5-gqa fork of transformers installed, and accelerate.
33
 
34
  ```py
35
  from transformers import pipeline
 
8
  - gqa
9
  - t5
10
  - instruct
 
 
 
11
  datasets:
12
  - pszemraj/infinity-instruct-7m-T2T_en
13
  pipeline_tag: text2text-generation
 
16
 
17
  # tFINE-680m-e32-d16-infinity_instruct-L2
18
 
19
+ this is an instruction-tuned version of a pretrained t5 with GQA.
20
+
21
  ## Model description
22
 
23
  This model is a fine-tuned version of [BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L1](https://huggingface.co/BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L1) on the pszemraj/infinity-instruct-7m-T2T_en dataset (config `deduped-L2`).
 
28
 
29
  ## usage
30
 
31
+ prerequisite: you need to have [t5-gqa fork of transformers installed](https://huggingface.co/BEE-spoke-data/tFINE-680m-e32-d16-gqa-flan#testing), and accelerate.
32
 
33
  ```py
34
  from transformers import pipeline