-
**Is your feature request related to a problem? Please describe.**
I would like `HfApi` to return information about the date when **a model, dataset or space was first created**.
**Describe the so…
-
Hi! Thanks for sharing the work again!
I'm wondering how is your test on using more data going?
![image](https://github.com/horseee/LLM-Pruner/assets/29244196/8affbdc4-8dd7-4158-8e33-d171335c73f2)…
-
### Link
https://huggingface.co/datasets/bookcorpus
### Description
The dataset viewer is not working for dataset bookcorpus.
Error details:
```
Error code: ClientConnectionError
```
-
Hi
Am running cramming BERT training on single A100 GPU 80GB, through kubeflow pipelines with below settings
```
return dsl.ContainerOp(
name='Download data and Tokenize',
i…
-
Hi
I am trying train cramming bert on bookcorpus dataset and evaluating on GLUE but during evaluation got CUDA error , not sure what went wrong
here is the training step
```
return dsl.Co…
-
I followed instructions to replicate the Last1.13release using the corrseponding version's README.md, i.e.
```
python pretrain.py name=amp_b4096_c5_o3_final arch=bert-c5 train=bert-o3 train.batc…
-
Running
```
!sparseml.transformers.text_classification \
--output_dir models/teacher \
--model_name_or_path "zoo:nlp/masked_language_modeling/bert-base/pytorch/huggingface/wikipedia_bookc…
-
```File "/home/tahabinhuraib/cramming/eval.py", line 23, in main_downstream_process
tokenizer, cfg_arch, model_file = cramming.utils.find_pretrained_checkpoint(cfg)
File "/home/tahabinhuraib…
-
Hi,
I'm trying to replicate your experiment, but when I use the books_large_p1.txt mentioned in the readme with
`bash ./collect_sentences.sh bert books_large_p1.txt gender final`
`bash ./debias.sh…
-
Hello, thanks for this really cool repository. I'm recently learning about `pjit` and your repo is a valuable reference resource.
I was having some issues running the example code. In particular, i…