Add paper and code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,18 +1,21 @@
1
  ---
 
2
  language:
3
  - yi
 
4
  license: cc-by-nc-4.0
5
  license_link: https://creativecommons.org/licenses/by-nc/4.0/
6
- base_model: meta-llama/Llama-3.1-8B
7
  pipeline_tag: text-generation
8
  tags:
9
  - yiddish
10
  - continued-pretraining
11
- library_name: transformers
12
  ---
13
 
14
  # MameLoshnLM
15
 
 
 
 
16
  MameLoshnLM is an 8B-parameter language model for Yiddish, built by continued pretraining of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) on a curated native-Yiddish corpus combining contemporary web-native sources with an extensive collection of literary materials. It is, to our knowledge, the first large generative language model adapted specifically to Yiddish, and it accompanies our paper (reference below).
17
 
18
  ## Model details
@@ -79,4 +82,4 @@ The paper introducing MameLoshnLM has been accepted to COLM 2026. The full citat
79
 
80
  ## Acknowledgments
81
 
82
- We are deeply grateful to the [Yiddish Book Center](https://www.yiddishbookcenter.org/), which granted us permission to train on the Yiddish Book Center's Digital Yiddish Library. This model and the accompanying research would not have been possible without their support and their decades of work digitizing and preserving Yiddish literature.
 
1
  ---
2
+ base_model: meta-llama/Llama-3.1-8B
3
  language:
4
  - yi
5
+ library_name: transformers
6
  license: cc-by-nc-4.0
7
  license_link: https://creativecommons.org/licenses/by-nc/4.0/
 
8
  pipeline_tag: text-generation
9
  tags:
10
  - yiddish
11
  - continued-pretraining
 
12
  ---
13
 
14
  # MameLoshnLM
15
 
16
+ **Paper:** [MameLoshnLM: Yiddish Language Model and Evaluation Benchmark](https://huggingface.co/papers/2608.05850)
17
+ **Code:** [github.com/katzurik/MameLoshnLM](https://github.com/katzurik/MameLoshnLM)
18
+
19
  MameLoshnLM is an 8B-parameter language model for Yiddish, built by continued pretraining of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) on a curated native-Yiddish corpus combining contemporary web-native sources with an extensive collection of literary materials. It is, to our knowledge, the first large generative language model adapted specifically to Yiddish, and it accompanies our paper (reference below).
20
 
21
  ## Model details
 
82
 
83
  ## Acknowledgments
84
 
85
+ We are deeply grateful to the [Yiddish Book Center](https://www.yiddishbookcenter.org/), which granted us permission to train on the Yiddish Book Center's Digital Yiddish Library. This model and the accompanying research would not have been possible without their support and their decades of work digitizing and preserving Yiddish literature.