Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
@@ -111,7 +114,12 @@ Use the code below to get started with the model.
|
|
| 111 |
[More Information Needed]
|
| 112 |
|
| 113 |
## Training Details
|
| 114 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
### Training Data
|
| 116 |
|
| 117 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
|
@@ -162,16 +170,18 @@ Use the code below to get started with the model.
|
|
| 162 |
[More Information Needed]
|
| 163 |
|
| 164 |
### Results
|
|
|
|
|
|
|
| 165 |
|
| 166 |
-
|
| 167 |
-
|
| 168 |
#### Summary
|
| 169 |
|
| 170 |
|
| 171 |
|
| 172 |
## Model Examination [optional]
|
| 173 |
|
| 174 |
-
|
| 175 |
|
| 176 |
[More Information Needed]
|
| 177 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
datasets:
|
| 4 |
+
- tner/mit_movie_trivia
|
| 5 |
+
base_model:
|
| 6 |
+
- distilbert/distilbert-base-uncased
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|
|
|
|
| 114 |
[More Information Needed]
|
| 115 |
|
| 116 |
## Training Details
|
| 117 |
+
Training Details
|
| 118 |
+
Optimizer: AdamW
|
| 119 |
+
Learning Rate: 2e-5
|
| 120 |
+
Batch Size: 8
|
| 121 |
+
Evaluation Strategy: Epoch-based
|
| 122 |
+
Loss Function: CrossEntropyLoss
|
| 123 |
### Training Data
|
| 124 |
|
| 125 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
|
|
|
| 170 |
[More Information Needed]
|
| 171 |
|
| 172 |
### Results
|
| 173 |
+
Which movies did Quentin Tarantino make??
|
| 174 |
+
Ans: Entity: quentin tarantino, Label: Director, Score: 1.00
|
| 175 |
|
| 176 |
+
Leonardo DiCaprio starred in which movies?
|
| 177 |
+
Ans: Entity: leonardo dicaprio, Label: Actor, Score: 1.00
|
| 178 |
#### Summary
|
| 179 |
|
| 180 |
|
| 181 |
|
| 182 |
## Model Examination [optional]
|
| 183 |
|
| 184 |
+
|
| 185 |
|
| 186 |
[More Information Needed]
|
| 187 |
|