Instructions to use nyxhuang/lab1_random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nyxhuang/lab1_random with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nyxhuang/lab1_random") model = AutoModelForSeq2SeqLM.from_pretrained("nyxhuang/lab1_random", device_map="auto") - Notebooks
- Google Colab
- Kaggle
https://huggingface.co/nyxhuang/lab1_random
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Bleu
|
| 25 |
type: bleu
|
| 26 |
-
value:
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on the kde4 dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 6.
|
| 37 |
-
- Model Preparation Time: 0.
|
| 38 |
-
- Bleu:
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Bleu
|
| 25 |
type: bleu
|
| 26 |
+
value: 2.824941346783037
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-fr](https://huggingface.co/Helsinki-NLP/opus-mt-en-fr) on the kde4 dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 6.6814
|
| 37 |
+
- Model Preparation Time: 0.0197
|
| 38 |
+
- Bleu: 2.8249
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|