Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,15 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: Teli5
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# Teli5
|
14 |
|
15 |
-
This model is a fine-tuned version of [
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -44,4 +53,4 @@ The following hyperparameters were used during training:
|
|
44 |
- Transformers 4.31.0
|
45 |
- Pytorch 2.0.0
|
46 |
- Datasets 2.13.1
|
47 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: Teli5
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- rusano/ELI5_custom
|
10 |
+
- rusano/ELI5_custom_encoded
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
metrics:
|
14 |
+
- glue
|
15 |
+
library_name: transformers
|
16 |
+
pipeline_tag: question-answering
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
21 |
|
22 |
# Teli5
|
23 |
|
24 |
+
This model is a fine-tuned version of [google/t5-v1_1-base](https://huggingface.co/google/t5-v1_1-base) on the [rusano/ELI5_custom](https://huggingface.co/datasets/rusano/ELI5_custom) dataset.
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
53 |
- Transformers 4.31.0
|
54 |
- Pytorch 2.0.0
|
55 |
- Datasets 2.13.1
|
56 |
+
- Tokenizers 0.13.3
|