barbieheimer
commited on
Commit
•
5db209e
1
Parent(s):
3c1180a
Update README.md
Browse filesSome more... Extra text.
README.md
CHANGED
@@ -20,6 +20,8 @@ It achieves the following results on the evaluation set:
|
|
20 |
- Loss: 0.7241
|
21 |
|
22 |
## Model description
|
|
|
|
|
23 |
```python
|
24 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
25 |
from transformers import pipeline
|
@@ -72,7 +74,7 @@ The following hyperparameters were used during training:
|
|
72 |
|
73 |
### Training results
|
74 |
```python
|
75 |
-
{training_loss=0.3821827131159165}
|
76 |
|
77 |
{'train_runtime': 174.1546, 'train_samples_per_second': 93.509,
|
78 |
'train_steps_per_second': 5.857, 'total_flos': 351397804992312.0,
|
|
|
20 |
- Loss: 0.7241
|
21 |
|
22 |
## Model description
|
23 |
+
This is how to use the model with the transformer library to do a text classification task.
|
24 |
+
This model was trained and built for sentiment analysis with a text classification model architecture.
|
25 |
```python
|
26 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
27 |
from transformers import pipeline
|
|
|
74 |
|
75 |
### Training results
|
76 |
```python
|
77 |
+
{'training_loss'=0.3821827131159165}
|
78 |
|
79 |
{'train_runtime': 174.1546, 'train_samples_per_second': 93.509,
|
80 |
'train_steps_per_second': 5.857, 'total_flos': 351397804992312.0,
|