Instructions to use a2ran/FingerFriend-t5-base-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use a2ran/FingerFriend-t5-base-v1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("a2ran/FingerFriend-t5-base-v1") model = AutoModelForSeq2SeqLM.from_pretrained("a2ran/FingerFriend-t5-base-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,20 +21,6 @@ It achieves the following results on the evaluation set:
|
|
| 21 |
- epoch: 5.0
|
| 22 |
- step: 8675
|
| 23 |
|
| 24 |
-
## Model description
|
| 25 |
-
|
| 26 |
-
More information needed
|
| 27 |
-
|
| 28 |
-
## Intended uses & limitations
|
| 29 |
-
|
| 30 |
-
More information needed
|
| 31 |
-
|
| 32 |
-
## Training and evaluation data
|
| 33 |
-
|
| 34 |
-
More information needed
|
| 35 |
-
|
| 36 |
-
## Training procedure
|
| 37 |
-
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
|
|
|
| 21 |
- epoch: 5.0
|
| 22 |
- step: 8675
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
### Training hyperparameters
|
| 25 |
|
| 26 |
The following hyperparameters were used during training:
|