Transformers
TensorBoard
Safetensors
t5
text2text-generation
Trained with AutoTrain
text-generation-inference
Instructions to use FoodIntake/flan-t5-large-portion-to-qu-task with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FoodIntake/flan-t5-large-portion-to-qu-task with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FoodIntake/flan-t5-large-portion-to-qu-task") model = AutoModelForSeq2SeqLM.from_pretrained("FoodIntake/flan-t5-large-portion-to-qu-task", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesAdding another sample
README.md
CHANGED
|
@@ -16,6 +16,7 @@ Qualitative food measurements into grams
|
|
| 16 |
|-----------------|-----------------|
|
| 17 |
| "3 lime wedges" | 28.0 g |
|
| 18 |
| "1 large clove of garlic" | 15.0 g |
|
|
|
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 16 |
|-----------------|-----------------|
|
| 17 |
| "3 lime wedges" | 28.0 g |
|
| 18 |
| "1 large clove of garlic" | 15.0 g |
|
| 19 |
+
| large apple | 236.59 g |
|
| 20 |
|
| 21 |
|
| 22 |
|