wq2012 commited on
Commit
9c1d010
·
verified ·
1 Parent(s): ef5762f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ on the training subset of the Fisher corpus.
12
  * Foundation model: [unsloth/llama-3-8b-bnb-4bit](https://huggingface.co/unsloth/llama-3-8b-bnb-4bit)
13
  * Finetuning scripts: https://github.com/google/speaker-id/tree/master/DiarizationLM/unsloth
14
 
15
- This difference between this model and [google/DiarizationLM-8b-Fisher-v1](https://huggingface.co/google/DiarizationLM-8b-Fisher-v1):
16
 
17
  * For this model, the loss is only computed on the completion tokens.
18
  * For `google/DiarizationLM-8b-Fisher-v1`, the loss is computed also on the prompt tokens.
 
12
  * Foundation model: [unsloth/llama-3-8b-bnb-4bit](https://huggingface.co/unsloth/llama-3-8b-bnb-4bit)
13
  * Finetuning scripts: https://github.com/google/speaker-id/tree/master/DiarizationLM/unsloth
14
 
15
+ The difference between this model and [google/DiarizationLM-8b-Fisher-v1](https://huggingface.co/google/DiarizationLM-8b-Fisher-v1):
16
 
17
  * For this model, the loss is only computed on the completion tokens.
18
  * For `google/DiarizationLM-8b-Fisher-v1`, the loss is computed also on the prompt tokens.