Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,17 @@ model-index:
|
|
| 8 |
results: []
|
| 9 |
datasets:
|
| 10 |
- malteklaes/cpp-code-code_search_net-style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
|
|
@@ -165,4 +176,4 @@ training_args = TrainingArguments(
|
|
| 165 |
- output:
|
| 166 |
```
|
| 167 |
TrainOutput(global_step=24136, training_loss=0.005988701689750161, metrics={'train_runtime': 1936.0586, 'train_samples_per_second': 99.731, 'train_steps_per_second': 12.467, 'total_flos': 3197518224531456.0, 'train_loss': 0.005988701689750161, 'epoch': 0.1})
|
| 168 |
-
```
|
|
|
|
| 8 |
results: []
|
| 9 |
datasets:
|
| 10 |
- malteklaes/cpp-code-code_search_net-style
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
widget:
|
| 13 |
+
- text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
|
| 14 |
+
example_title: "Sentiment analysis"
|
| 15 |
+
- text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
|
| 16 |
+
example_title: "Coreference resolution"
|
| 17 |
+
- text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
|
| 18 |
+
example_title: "Logic puzzles"
|
| 19 |
+
- text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
|
| 20 |
+
example_title: "Reading comprehension"
|
| 21 |
+
|
| 22 |
---
|
| 23 |
|
| 24 |
|
|
|
|
| 176 |
- output:
|
| 177 |
```
|
| 178 |
TrainOutput(global_step=24136, training_loss=0.005988701689750161, metrics={'train_runtime': 1936.0586, 'train_samples_per_second': 99.731, 'train_steps_per_second': 12.467, 'total_flos': 3197518224531456.0, 'train_loss': 0.005988701689750161, 'epoch': 0.1})
|
| 179 |
+
```
|