ajgrant6 commited on
Commit
630cffa
1 Parent(s): fbce86f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -14,25 +14,29 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # pokemon-finetuned-opus-mt-en-de
16
 
17
- This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0554
20
  - Exact Match: 0.9893
21
 
22
  ## Model description
23
 
24
- More information needed
25
 
26
  ## Intended uses & limitations
27
 
28
- More information needed
 
 
29
 
30
  ## Training and evaluation data
31
 
32
- More information needed
33
 
34
  ## Training procedure
35
 
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
 
14
 
15
  # pokemon-finetuned-opus-mt-en-de
16
 
17
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de) on a dataset of translated Pokemon names.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.0554
20
  - Exact Match: 0.9893
21
 
22
  ## Model description
23
 
24
+ This model is similar to the [Helsinki-NLP/opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de) but it now properly translates Pokemon names.
25
 
26
  ## Intended uses & limitations
27
 
28
+ This model is part of this [tutorial repository](https://github.com/ajgrant6/Pokemon_LLM_Finetuner). It is only intended as a proof-of-concept and is not intended for legitimate usage or deployment.
29
+
30
+ This model has not been tested to see if the fine-tuning process changed anything beyond a few Pokemon-related phrases.
31
 
32
  ## Training and evaluation data
33
 
34
+ The model was purposely overfit toward the training data, which was a list of translated Pokemon names from this [forum post](https://www.pokecommunity.com/threads/international-list-of-names-in-csv.460446/)
35
 
36
  ## Training procedure
37
 
38
+ The evaluation and training sets were the same given a list of translated Pokemon names.
39
+
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training: