Update README.md
Browse files
README.md
CHANGED
@@ -22,22 +22,18 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
# Model Card for Model ID
|
28 |
|
29 |
<!-- Provide a quick summary of what the model is/does. -->
|
30 |
|
31 |
-
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
32 |
-
|
33 |
## Model Details
|
34 |
|
35 |
### Model Description
|
36 |
|
37 |
<!-- Provide a longer summary of what this model is. -->
|
38 |
|
39 |
-
|
40 |
-
|
41 |
- **Developed by:** [More Information Needed]
|
42 |
- **Shared by [optional]:** [More Information Needed]
|
43 |
- **Model type:** [More Information Needed]
|
@@ -45,14 +41,6 @@ This modelcard aims to be a base template for new models. It has been generated
|
|
45 |
- **License:** [More Information Needed]
|
46 |
- **Finetuned from model [optional]:** [More Information Needed]
|
47 |
|
48 |
-
### Model Sources [optional]
|
49 |
-
|
50 |
-
<!-- Provide the basic links for the model. -->
|
51 |
-
|
52 |
-
- **Repository:** [More Information Needed]
|
53 |
-
- **Paper [optional]:** [More Information Needed]
|
54 |
-
- **Demo [optional]:** [More Information Needed]
|
55 |
-
|
56 |
## How to Get Started with the Model
|
57 |
|
58 |
Use the code below to get started with the model.
|
@@ -75,7 +63,6 @@ Use the code below to get started with the model.
|
|
75 |
|
76 |
[More Information Needed]
|
77 |
|
78 |
-
|
79 |
#### Training Hyperparameters
|
80 |
|
81 |
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
@@ -114,5 +101,3 @@ Use the code below to get started with the model.
|
|
114 |
## Model Card Authors [optional]
|
115 |
|
116 |
[More Information Needed]
|
117 |
-
|
118 |
-
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.933
|
26 |
---
|
27 |
# Model Card for Model ID
|
28 |
|
29 |
<!-- Provide a quick summary of what the model is/does. -->
|
30 |
|
|
|
|
|
31 |
## Model Details
|
32 |
|
33 |
### Model Description
|
34 |
|
35 |
<!-- Provide a longer summary of what this model is. -->
|
36 |
|
|
|
|
|
37 |
- **Developed by:** [More Information Needed]
|
38 |
- **Shared by [optional]:** [More Information Needed]
|
39 |
- **Model type:** [More Information Needed]
|
|
|
41 |
- **License:** [More Information Needed]
|
42 |
- **Finetuned from model [optional]:** [More Information Needed]
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
## How to Get Started with the Model
|
45 |
|
46 |
Use the code below to get started with the model.
|
|
|
63 |
|
64 |
[More Information Needed]
|
65 |
|
|
|
66 |
#### Training Hyperparameters
|
67 |
|
68 |
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
|
|
101 |
## Model Card Authors [optional]
|
102 |
|
103 |
[More Information Needed]
|
|
|
|