Noeai commited on
Commit
4bb85eb
·
verified ·
1 Parent(s): 4b1e059

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -10,6 +10,38 @@ license: apache-2.0
10
  language:
11
  - en
12
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  # Uploaded model
15
 
@@ -17,6 +49,6 @@ language:
17
  - **License:** apache-2.0
18
  - **Finetuned from model :** unsloth/llama-3.2-1b-instruct-bnb-4bit
19
 
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
10
  language:
11
  - en
12
  ---
13
+ # IPAFuzzv1amav5: Fine-tuned LLaMA 3.2 (1B) for IPA Pronunciations
14
+
15
+ ## Overview
16
+ IPAFuzzv1amav5 is a fine-tuned LLaMA 3.2 (1B) model trained using Unsloth to generate all possible pronunciations in the International Phonetic Alphabet (IPA) for a given name spelled in English script.
17
+
18
+ ## Features
19
+ - Generates multiple possible IPA transcriptions for a given name
20
+ - Handles regional and dialectal variations
21
+ - Supports ambiguous spellings
22
+ - Efficient inference with optimized fine-tuning via Unsloth
23
+
24
+ ## Model Details
25
+ - **Base Model:** LLaMA 3.2 (1B)
26
+ - **Fine-tuning Framework:** Unsloth
27
+ - **Training Data:** Names with known IPA transcriptions from multiple linguistic sources
28
+ - **Objective:** Predict all phonetic variations for a given input name
29
+
30
+
31
+ ## Example Outputs
32
+ | Name | IPA Transcriptions |
33
+ |-------|-------------------|
34
+ | Alice | /ˈælɪs/, /ˈeɪlɪs/, /ˈælɪs/ |
35
+ | John | /dʒɒn/, /dʒɔn/, /dʒɑn/ |
36
+
37
+ ## License
38
+ MIT License
39
+
40
+ ## Acknowledgments
41
+ - Meta for LLaMA 3.2
42
+ - Unsloth for efficient model fine-tuning
43
+ - Open-source linguistic datasets
44
+
45
 
46
  # Uploaded model
47
 
 
49
  - **License:** apache-2.0
50
  - **Finetuned from model :** unsloth/llama-3.2-1b-instruct-bnb-4bit
51
 
52
+
53
 
54
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)