Add library_name and GitHub repository link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - zerofata/Roleplay-Anime-Characters
5
  language:
6
  - en
7
- base_model:
8
- - LatitudeGames/Muse-12B
9
  pipeline_tag: text-generation
 
10
  tags:
11
  - nvfp4
12
  - text adventure
@@ -17,7 +18,9 @@ tags:
17
 
18
  # Muse-12B-NVFP4-4over6
19
 
20
- Quantized NVFP4 weights of the [Muse-12B](https://huggingface.co/LatitudeGames/Muse-12B) model, for use with nVidia Blackwell GPUs.
 
 
21
 
22
  ## Quantization details
23
  Quantized with llm-compressor 0.9.0.2 using [Four Over Six](https://arxiv.org/abs/2512.02010) adaptive block scaling with MSE selection for the weights, done by using the `memoryless_mse` observer with `maxshrink` and `grid` set to negative numbers. Calibrated with the [Roleplay-Anime-Characters](https://huggingface.co/datasets/zerofata/Roleplay-Anime-Characters) dataset, formatted in ChatML format.
 
1
  ---
2
+ base_model:
3
+ - LatitudeGames/Muse-12B
4
  datasets:
5
  - zerofata/Roleplay-Anime-Characters
6
  language:
7
  - en
8
+ license: apache-2.0
 
9
  pipeline_tag: text-generation
10
+ library_name: transformers
11
  tags:
12
  - nvfp4
13
  - text adventure
 
18
 
19
  # Muse-12B-NVFP4-4over6
20
 
21
+ Quantized NVFP4 weights of the [Muse-12B](https://huggingface.co/LatitudeGames/Muse-12B) model, for use with nVidia Blackwell GPUs. This model uses the quantization technique presented in the paper [Four Over Six: More Accurate NVFP4 Quantization with Adaptive Block Scaling](https://huggingface.co/papers/2512.02010).
22
+
23
+ Official Code: [mit-han-lab/fouroversix](https://github.com/mit-han-lab/fouroversix)
24
 
25
  ## Quantization details
26
  Quantized with llm-compressor 0.9.0.2 using [Four Over Six](https://arxiv.org/abs/2512.02010) adaptive block scaling with MSE selection for the weights, done by using the `memoryless_mse` observer with `maxshrink` and `grid` set to negative numbers. Calibrated with the [Roleplay-Anime-Characters](https://huggingface.co/datasets/zerofata/Roleplay-Anime-Characters) dataset, formatted in ChatML format.