Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,6 @@ pipeline_tag: text-generation
|
|
5 |
tags:
|
6 |
- science fiction
|
7 |
- text generation
|
8 |
-
metrics:
|
9 |
-
- type: {metric_type} # Required. Example: wer. Use metric id from https://hf.co/metrics
|
10 |
-
value: {metric_value} # Required. Example: 20.90
|
11 |
-
name: {metric_name} # Optional. Example: Test WER
|
12 |
-
config: {metric_config} # Optional. The name of the metric configuration used in `load_metric()`. Example: bleurt-large-512 in `load_metric("bleurt", "bleurt-large-512")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/v2.1.0/en/loading#load-configurations
|
13 |
-
args:
|
14 |
-
{arg_0}: {value_0} # Optional. The arguments passed during `Metric.compute()`. Example for `bleu`: max_order: 4
|
15 |
-
verified: true
|
16 |
---
|
17 |
|
18 |
This model has been fine-tuned on the novels written by H G Wells. H G Wells is a famous author and is well known for his science fiction novels. He is known as the father of science fiction.
|
@@ -73,7 +65,4 @@ learning rate = 5e-4
|
|
73 |
|
74 |
warmup steps = 1e2
|
75 |
|
76 |
-
The corpus has been uploaded on HuggingFace. It can be accessed from the following link: https://huggingface.co/datasets/MinzaKhan/HGWells
|
77 |
-
|
78 |
-
|
79 |
-
|
|
|
5 |
tags:
|
6 |
- science fiction
|
7 |
- text generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
This model has been fine-tuned on the novels written by H G Wells. H G Wells is a famous author and is well known for his science fiction novels. He is known as the father of science fiction.
|
|
|
65 |
|
66 |
warmup steps = 1e2
|
67 |
|
68 |
+
The corpus has been uploaded on HuggingFace. It can be accessed from the following link: https://huggingface.co/datasets/MinzaKhan/HGWells
|
|
|
|
|
|