update model card README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
5 |
-
- coco_dataset_script
|
6 |
model-index:
|
7 |
- name: clip-roberta-finetuned
|
8 |
results: []
|
@@ -13,7 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# clip-roberta-finetuned
|
15 |
|
16 |
-
This model
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
1 |
---
|
2 |
+
base_model: ./clip-roberta
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- ydshieh/coco_dataset_script
|
7 |
model-index:
|
8 |
- name: clip-roberta-finetuned
|
9 |
results: []
|
|
|
14 |
|
15 |
# clip-roberta-finetuned
|
16 |
|
17 |
+
This model is a fine-tuned version of [./clip-roberta](https://huggingface.co/./clip-roberta) on the ydshieh/coco_dataset_script 2017 dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.5850
|
20 |
|
21 |
## Model description
|
22 |
|