nielsr HF Staff commited on
Commit
1d470c6
·
verified ·
1 Parent(s): f6d0c98

Improve model card: Add `library_name`, paper link, and GitHub link

Browse files

This PR enhances the model card by:

- Adding `library_name: transformers` to the metadata. This is supported by the `transformers_version` in `config.json` and the existing `Example` section that uses the `transformers` library, enabling the automated "How to use" widget on the Hub.
- Updating the paper title in the content to link directly to its Hugging Face paper page: https://huggingface.co/papers/2509.14008.
- Including a direct link to the GitHub repository: https://github.com/Hala under the "Quick Links" section for easy access to the code.

These changes improve discoverability and usability for researchers and developers interacting with the model.

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- license: cc-by-nc-4.0
 
3
  datasets:
4
  - hammh0a/Hala-4.6M-SFT
5
  language:
6
  - ar
7
- base_model:
8
- - LiquidAI/LFM2-350M
9
  pipeline_tag: text-generation
 
10
  ---
11
 
12
  # Hala: Arabic‑Centric Instruction & Translation Models
@@ -15,7 +16,7 @@ pipeline_tag: text-generation
15
  <img src="https://i.ibb.co/pvhp1XfJ/halalogo.png" alt="Hala logo" width="550" />
16
  </p>
17
 
18
- **Paper**: *Hala Technical Report: Building Arabic‑Centric Instruction & Translation Models at Scale*
19
 
20
  **Authors**: Hasan Abed Al Kader Hammoud\*, Mohammad Zbeeb\*, Bernard Ghanem
21
 
@@ -29,8 +30,9 @@ pipeline_tag: text-generation
29
 
30
  ## 🔗 Quick Links
31
 
32
- * **Models & Data (Hugging Face collection)**: [https://huggingface.co/collections/hammh0a/hala-68bf02b34a14b9f22305ab3a](https://huggingface.co/collections/hammh0a/hala-68bf02b34a14b9f22305ab3a)
33
- * **Contact**: [hasanabedalkader.hammoud@kaust.edu.sa](mailto:hasanabedalkader.hammoud@kaust.edu.sa)
 
34
 
35
  ---
36
 
 
1
  ---
2
+ base_model:
3
+ - LiquidAI/LFM2-350M
4
  datasets:
5
  - hammh0a/Hala-4.6M-SFT
6
  language:
7
  - ar
8
+ license: cc-by-nc-4.0
 
9
  pipeline_tag: text-generation
10
+ library_name: transformers
11
  ---
12
 
13
  # Hala: Arabic‑Centric Instruction & Translation Models
 
16
  <img src="https://i.ibb.co/pvhp1XfJ/halalogo.png" alt="Hala logo" width="550" />
17
  </p>
18
 
19
+ **Paper**: [Hala Technical Report: Building Arabic‑Centric Instruction & Translation Models at Scale](https://huggingface.co/papers/2509.14008)
20
 
21
  **Authors**: Hasan Abed Al Kader Hammoud\*, Mohammad Zbeeb\*, Bernard Ghanem
22
 
 
30
 
31
  ## 🔗 Quick Links
32
 
33
+ * **Models & Data (Hugging Face collection)**: [https://huggingface.co/collections/hammh0a/hala-68bf02b34a14b9f22305ab3a](https://huggingface.co/collections/hammh0a/hala-68bf02b34a14b9f22305ab3a)
34
+ * **Code (GitHub)**: [https://github.com/Hala](https://github.com/Hala)
35
+ * **Contact**: [hasanabedalkader.hammoud@kaust.edu.sa](mailto:hasanabedalkader.hammoud@kaust.edu.sa)
36
 
37
  ---
38