Commit
•
176f748
1
Parent(s):
4366c37
Update README.md
Browse files
README.md
CHANGED
@@ -29,9 +29,7 @@ For more information look at:
|
|
29 |
- [Python SDK SageMaker documentation for Hugging Face](https://sagemaker.readthedocs.io/en/stable/frameworks/huggingface/index.html)
|
30 |
- [Deep Learning Container](https://github.com/aws/deep-learning-containers/blob/master/available_images.md#huggingface-training-containers)
|
31 |
|
32 |
-
##
|
33 |
-
|
34 |
-
### Hyperparameters
|
35 |
```json
|
36 |
{
|
37 |
"dataset_name": "samsum",
|
@@ -48,7 +46,7 @@ For more information look at:
|
|
48 |
}
|
49 |
```
|
50 |
|
51 |
-
|
52 |
|
53 |
| key | value |
|
54 |
| --- | ----- |
|
@@ -65,7 +63,7 @@ For more information look at:
|
|
65 |
| train_samples | 14732 |
|
66 |
| train_samples_per_second | 2.242 |
|
67 |
|
68 |
-
|
69 |
|
70 |
| key | value |
|
71 |
| --- | ----- |
|
|
|
29 |
- [Python SDK SageMaker documentation for Hugging Face](https://sagemaker.readthedocs.io/en/stable/frameworks/huggingface/index.html)
|
30 |
- [Deep Learning Container](https://github.com/aws/deep-learning-containers/blob/master/available_images.md#huggingface-training-containers)
|
31 |
|
32 |
+
## Hyperparameters
|
|
|
|
|
33 |
```json
|
34 |
{
|
35 |
"dataset_name": "samsum",
|
|
|
46 |
}
|
47 |
```
|
48 |
|
49 |
+
## Train results
|
50 |
|
51 |
| key | value |
|
52 |
| --- | ----- |
|
|
|
63 |
| train_samples | 14732 |
|
64 |
| train_samples_per_second | 2.242 |
|
65 |
|
66 |
+
## Eval results
|
67 |
|
68 |
| key | value |
|
69 |
| --- | ----- |
|