pszemraj commited on
Commit
9282a3e
·
verified ·
1 Parent(s): 4fbe0a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -11,9 +11,10 @@ pipeline_tag: text2text-generation
11
 
12
  # BEE-spoke-data/tFINE-900m-e16-d32-flan
13
 
14
- Finetune on the pszemraj/flan-subsets-deduped dataset, subset `flan-v2` for 1 epoch.
15
 
16
- It achieves the following results on the evaluation set:
 
17
  - Loss: 1.4134
18
  - Rouge1: 62.9142
19
  - Rouge2: 22.5279
 
11
 
12
  # BEE-spoke-data/tFINE-900m-e16-d32-flan
13
 
14
+ This is a basic text-to-text "instruct" model, similar to Google's original [flan-t5](https://huggingface.co/collections/google/flan-t5-release-65005c39e3201fff885e22fb) model series (but not trained for as long).
15
 
16
+
17
+ Fine-tuned from [the base model](https://hf.co/pszemraj/tFINE-900m-e16-d32-1024ctx) on the `pszemraj/flan-subsets-deduped` dataset, subset `flan-v2` for 1 epoch. It achieves the following results on the evaluation set:
18
  - Loss: 1.4134
19
  - Rouge1: 62.9142
20
  - Rouge2: 22.5279