Views
No views yet
deduped-L2).1from transformers import pipeline
2
3pipe = pipeline(
4 "text2text-generation",
5 model="BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L2",
6 device_map="auto",
7)
8prompt = "Write me a python fn that demonstrates an advanced sorting algorithm"
9res = pipe(
10 prompt, max_new_tokens=384, num_beams=4, early_stopping=True, repetition_penalty=1.1
11)
12print(res[0]["generated_text"])BEE-spoke-data/tFINE-680m-e32-d16-infinity_instruct-L2| Tasks | Version | Filter | n-shot | Metric | Value | Stderr | ||
|---|---|---|---|---|---|---|---|---|
| boolq | 2 | none | 0 | acc | ↑ | 0.6364 | ± | 0.0084 |
| openbookqa | 1 | none | 0 | acc | ↑ | 0.1480 | ± | 0.0159 |
| none | 0 | acc_norm | ↑ | 0.2860 | ± | 0.0202 | ||
| piqa | 1 | none | 0 | acc | ↑ | 0.6083 | ± | 0.0114 |
| none | 0 | acc_norm | ↑ | 0.6132 | ± | 0.0114 | ||
| social_iqa | 0 | none | 0 | acc | ↑ | 0.3854 | ± | 0.0110 |
| tinyArc | 0 | none | 25 | acc_norm | ↑ | 0.3122 | ± | N/A |
| tinyHellaswag | 0 | none | 10 | acc_norm | ↑ | 0.3356 | ± | N/A |
| tinyMMLU | 0 | none | 0 | acc_norm | ↑ | 0.2793 | ± | N/A |
| winogrande | 1 | none | 0 | acc | ↑ | 0.5201 | ± | 0.0140 |
| Training Loss | Epoch | Step | Validation Loss | Input Tokens Seen |
|---|---|---|---|---|
| 1.4008 | 0.2534 | 1000 | 1.4020 | 91375832 |
| 1.3456 | 0.5068 | 2000 | 1.3669 | 182939052 |
| 1.3437 | 0.7602 | 3000 | 1.3378 | 274855796 |