forked from huggingface/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_blog.yml
970 lines (876 loc) · 23.4 KB
/
_blog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
- local: how-to-generate
title: "如何生成文本:通过 Transformers 用不同的解码方法生成文本"
author: patrickvonplaten
thumbnail: /blog/assets/02_how-to-generate/thumbnail.png
date: March 1, 2020
tags:
- guide
- nlp
- local: encoder-decoder
title: "基于 Transformers 的编码器-解码器模型"
author: patrickvonplaten
thumbnail: /blog/assets/05_encoder_decoder/thumbnail.png
date: October 10, 2020
tags:
- research
- nlp
- local: accelerated-inference
title: 如何成功将 🤗 API 客户的 transformer 模型推理速度加快 100 倍
author: Narsil
thumbnail: /blog/assets/09_accelerated_inference/thumbnail.png
date: January 18, 2021
tags:
- analysis
- nlp
- local: the-age-of-ml-as-code
title: "机器学习即代码的时代已经到来"
author: juliensimon
thumbnail: /blog/assets/31_age_of_ml_as_code/01_entreprise_ml.png
date: October 20, 2021
tags:
- analysis
- local: large-language-models
title: "大语言模型: 新的摩尔定律?"
author: juliensimon
thumbnail: /blog/assets/33_large_language_models/01_model_size.jpg
date: October 26, 2021
tags:
- analysis
- nlp
- local: constrained-beam-search
title: "在 🤗 Transformers 中使用约束波束搜索引导文本生成"
author: cwkeam
guest: true
thumbnail: /blog/assets/53_constrained_beam_search/thumbnail.png
date: March 11, 2022
tags:
- guide
- nlp
- local: transformers-design-philosophy
title: "不要重复自己 - 🤗 Transformers 的设计理念"
author: patrickvonplaten
thumbnail: /blog/assets/59_transformers_philosophy/transformers.png
date: April 5, 2022
tags:
- community
- local: getting-started-habana
title: "基于 Habana Gaudi 的 Transformers 入门"
author: juliensimon
thumbnail: /blog/assets/61_getting_started_habana/thumbnail.png
date: April 26, 2022
tags:
- partnerships
- guide
- local: bloom-megatron-deepspeed
title: "BLOOM 训练背后的技术"
author: stas
thumbnail: /blog/assets/86_bloom_megatron_deepspeed/thumbnail.png
date: July 14, 2022
tags:
- nlp
- llm
- local: hf-bitsandbytes-integration
title: "大规模 Transformer 模型 8 比特矩阵乘简介 - 基于 Hugging Face Transformers、Accelerate 以及 bitsandbytes"
author: ybelkada
thumbnail: /blog/assets/96_hf_bitsandbytes_integration/Thumbnail_blue.png
date: August 17, 2022
tags:
- nlp
- llm
- quantization
- local: megatron-training
title: "如何使用 Megatron-LM 训练语言模型"
author: loubnabnl
thumbnail: /blog/assets/100_megatron_training/thumbnail.png
date: September 7, 2022
tags:
- guide
- nlp
- local: bloom-inference-pytorch-scripts
title: "使用 DeepSpeed 和 Accelerate 进行超快 BLOOM 模型推理"
author: stas
thumbnail: /blog/assets/bloom-inference-pytorch-scripts/thumbnail.png
date: Sep 16, 2022
tags:
- nlp
- llm
- bloom
- inference
- local: setfit
title: "SetFit: 高效的无提示少样本学习"
author: Unso
thumbnail: /blog/assets/103_setfit/intel_hf_logo.png
date: September 26, 2022
tags:
- research
- nlp
- local: bloom-inference-optimization
title: "优化故事: BLOOM 模型推理"
author: Narsil
thumbnail: /blog/assets/bloom-inference-pytorch-scripts/thumbnail.png
date: Oct 12, 2022
tags:
- open-source-collab
- community
- research
- local: pytorch-ddp-accelerate-transformers
title: "从 PyTorch DDP 到 Accelerate 到 Trainer,轻松掌握分布式训练"
author: muellerzr
thumbnail: /blog/assets/111_pytorch_ddp_accelerate_transformers/thumbnail.png
date: October 21, 2022
tags:
- guide
- research
- open-source-collab
- local: fine-tune-whisper
title: "使用 🤗 Transformers 微调 Whisper 模型"
author: sanchit-gandhi
thumbnail: /blog/assets/111_fine_tune_whisper/thumbnail.jpg
date: Nov 3, 2022
tags:
- guide
- audio
- local: dreambooth
title: "使用 🧨 Diffusers 通过 Dreambooth 技术来训练 Stable Diffusion"
author: valhalla
thumbnail: /blog/assets/sd_dreambooth_training/thumbnail.jpg
date: November 7, 2022
tags:
- diffusers
- stable-diffusion
- dreambooth
- fine-tuning
- guide
- local: introducing-csearch
title: "在 Transformers 中使用对比搜索生成可媲美人类水平的文本🤗"
author: yxuansu
thumbnail: /blog/assets/115_introducing_contrastive_search/thumbnail.png
date: Nov 8, 2022
tags:
- nlp
- text generation
- research
- local: inference-update
title: "Hugging Face 提供的推理 (Inference) 解决方案"
author: julsimon
thumbnail: /blog/assets/116_inference_update/widget.png
date: Nov 21, 2022
tags:
- guide
- inference
- local: document-ai
title: "Accelerating Document AI"
author: rajistics
thumbnail: /blog/assets/112_document-ai/thumbnail.png
date: Nov 21, 2022
tags:
- guide
- expert-acceleration-program
- local: time-series-transformers
title: "Probabilistic Time Series Forecasting with 🤗 Transformers"
author: nielsr
thumbnail: /blog/assets/118_time-series-transformers/thumbnail.png
date: December 1, 2022
tags:
- research
- time-series
- local: rlhf
title: "ChatGPT 背后的「功臣」——RLHF 技术详解"
author: natolambert
thumbnail: /blog/assets/120_rlhf/thumbnail.png
date: December 9, 2022
tags:
- rlhf
- rl
- guide
- local: elixir-bumblebee
title: "从 GPT2 到 Stable Diffusion:Elixir 社区迎来了 Hugging Face"
author: josevalim
thumbnail: /blog/assets/120_elixir-bumblebee/thumbnail.png
date: December 9, 2022
tags:
- elixir
- transformers
- stable-diffusion
- nlp
- open-source-collab
- local: habana-gaudi-2-benchmark
title: "更快的训练和推理:对比 Habana Gaudi®2 和英伟达 A100 80GB"
author: regisss
thumbnail: /blog/assets/habana-gaudi-2-benchmark/thumbnail.png
date: December 14, 2022
tags:
- partnerships
- habana
- local: intel-sapphire-rapids
title: "使用英特尔 Sapphire Rapids 加速 PyTorch Transformers 模型(第一部分)"
author: juliensimon
thumbnail: /blog/assets/124_intel_sapphire_rapids/02.png
date: January 2, 2023
tags:
- guide
- intel
- hardware
- partnerships
- local: ml-for-games-1
title: "AI for Game Development: Creating a Farming Game in 5 Days. Part 1"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/thumbnail.png
date: January 2, 2023
tags:
- community
- stable-diffusion
- guide
- game-dev
- local: intro-graphml
title: "一文带你入门图机器学习"
author: clefourrier
thumbnail: /blog/assets/125_intro-to-graphml/thumbnail.png
date: January 3, 2023
tags:
- community
- guide
- graphs
- local: ml-for-games-2
title: "使用 ChatGPT 启发游戏创意:基于 AI 5 天创建一个农场游戏,第 2 天"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/thumbnail2.png
date: January 9, 2023
tags:
- community
- guide
- game-dev
- local: image-similarity
title: "基于 Hugging Face Datasets 和 Transformers 的图像相似性搜索"
author: sayakpaul
thumbnail: /blog/assets/image_similarity/thumbnail.png
date: Jan 16, 2023
tags:
- guide
- cv
- local: mask2former
title: "通用图像分割任务: 使用 Mask2Former 和 OneFormer"
author: nielsr
thumbnail: /blog/assets/127_mask2former/thumbnail.png
date: Jan 19, 2023
tags:
- cv
- guide
- local: ml-for-games-3
title: "AI 制作 3D 素材——基于 AI 5 天创建一个农场游戏,第 3 天"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/thumbnail3.png
date: January 20, 2023
tags:
- community
- guide
- game-dev
- local: dialog-agents
title: "解读 ChatGPT 背后的技术重点:RLHF、IFT、CoT、红蓝对抗"
author: nazneen
thumbnail: /blog/assets/dialog-agents/thumbnail.png
date: January 24, 2023
tags:
- rlhf
- ChatGPT
- cot
- ift
- sft
- local: optimum-onnxruntime-training
title: "Optimum + ONNX Runtime—更容易、更快地训练你的 Hugging Face 模型"
author: Jingya
thumbnail: /blog/assets/optimum_onnxruntime-training/thumbnail.png
date: January 24, 2023
tags:
- guide
- community
- onnxruntime
- local: lora
title: "使用 LoRA 进行 Stable Diffusion 的高效参数微调"
author: pcuenq
thumbnail: /blog/assets/lora/thumbnail.png
date: January 26, 2023
tags:
- diffusersgame
- stable-diffusion
- dreambooth
- fine-tuning
- guide
- local: ml-for-games-4
title: "制作 2D 素材——基于 AI 5 天创建一个农场游戏,第 4 天"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/thumbnail4.png
date: January 26, 2023
tags:
- community
- guide
- game-dev
- local: vision_language_pretraining
title: "深入了解视觉语言模型"
author: adirik
thumbnail: /blog/assets/128_vision_language_pretraining/thumbnail.png
date: February 03, 2023
tags:
- cv
- guide
- multimodal
- local: intel-sapphire-rapids-inference
title: "CPU 推理——使用英特尔 Sapphire Rapids 加速 PyTorch Transformers,第二部分"
author: juliensimon
thumbnail: /blog/assets/129_intel_sapphire_rapids_inference/01.png
date: February 6, 2023
tags:
- guide
- intel
- hardware
- partnerships
- local: aivsai
title: "AI ⚔️ 大战 AI ⚔️ ,一个深度强化学习多智能体竞赛系统"
author: CarlCochet
thumbnail: /blog/assets/128_aivsai/thumbnail.png
date: February 07, 2023
tags:
- rl
- local: ml-for-games-5
title: "使用 ChatGPT 设计游戏剧情——基于 AI 5 天创建一个农场游戏,完结篇!"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/thumbnail5.png
date: February 07, 2023
tags:
- community
- guide
- game-dev
- local: speecht5
title: "使用 SpeechT5 进行语音合成、识别和更多功能"
author: Matthijs
thumbnail: /blog/assets/speecht5/thumbnail.png
date: February 8, 2023
tags:
- guide
- audio
- local: peft
title: "🤗 PEFT: 在低资源硬件上对十亿规模模型进行参数高效微调"
author: smangrul
thumbnail: /blog/assets/130_peft/thumbnail.png
date: February 10, 2023
tags:
- guide
- nlp
- cv
- multimodal
- fine-tuning
- community
- dreambooth
- local: blip-2
title: "使用 BLIP-2 零样本“图生文”"
author: MariaK
thumbnail: /blog/assets/blip-2/thumbnail.png
date: February 15, 2023
tags:
- guide
- nlp
- cv
- multimodal
- local: red-teaming
title: "为大语言模型建立红队对抗"
author: nazneen
thumbnail: /blog/assets/red-teaming/thumbnail.png
date: February 22, 2023
tags:
- llms
- rlhf
- red-teaming
- chatgpt
- safety
- alignment
- local: ethics-diffusers
title: "开发 Diffusers 库的道德行为指南"
author: giadap
thumbnail: /blog/assets/ethics-diffusers/thumbnail.png
date: March 2, 2023
tags:
- ethics
- diffusers
- local: controlnet
title: "使用 🧨 Diffusers 实现 ControlNet 高速推理"
author: sayakpaul
thumbnail: /blog/assets/controlnet/thumbnail.png
date: March 3, 2023
tags:
- diffusers
- local: vit-align
title: "Kakao Brain 的开源 ViT、ALIGN 和 COYO 文字—图片数据集"
author: adirik
thumbnail: /blog/assets/132_vit_align/thumbnail.png
date: March 6, 2023
tags:
- cv
- guide
- partnerships
- multimodal
- local: trl-peft
title: "在一张 24 GB 的消费级显卡上用 RLHF 微调 20B LLMs"
author: edbeeching
thumbnail: /blog/assets/133_trl_peft/thumbnail.png
date: March 9, 2023
tags:
- rl
- nlp
- local: informer
title: "使用 Informer 进行多元概率时间序列预测"
author: elisim
thumbnail: /blog/assets/134_informer/thumbnail.png
date: March 10, 2023
tags:
- guide
- research
- time-series
- local: stable-diffusion-inference-intel
title: "在英特尔 CPU 上加速 Stable Diffusion 推理"
author: juliensimon
thumbnail: /blog/assets/136_stable_diffusion_inference_intel/01.png
date: March 28, 2023
tags:
- hardware
- intel
- guide
- local: habana-gaudi-2-bloom
title: "大语言模型快速推理:在 Habana Gaudi2 上推理 BLOOMZ"
author: regisss
thumbnail: /blog/assets/habana-gaudi-2-bloom/thumbnail.png
date: March 28, 2023
tags:
- habana
- partnerships
- hardware
- nlp
- llm
- bloom
- inference
- local: train-your-controlnet
title: "使用 diffusers 训练你自己的 ControlNet 🧨"
author: multimodalart
thumbnail: /blog/assets/136_train-your-controlnet/thumbnail.png
date: March 28, 2023
tags:
- diffusers
- local: ethics-soc-3
title: "道德与社会问题简报 #3: Hugging Face 上的道德开放性"
author: irenesolaiman
thumbnail: /blog/assets/137_ethics_soc_3/ethics_3_thumbnail.png
date: Mar 30, 2023
tags:
- ethics
- local: stackllama
title: "“StackLLaMA”: 用 RLHF 训练 LLaMA 的手把手教程"
author: edbeeching
thumbnail: /blog/assets/138_stackllama/thumbnail.png
date: April 5, 2023
tags:
- rl
- rlhf
- nlp
- local: graphml-classification
title: "使用 Transformers 进行图分类"
author: clefourrier
thumbnail: /blog/assets/125_intro-to-graphml/thumbnail_classification.png
date: April 14, 2023
tags:
- community
- guide
- graphs
- local: unity-in-spaces
title: "如何在 🤗 Space 上托管 Unity 游戏"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/unity-in-spaces-thumbnail.png
date: April 21, 2023
tags:
- community
- guide
- game-dev
- local: chinese-language-blog
title: "Hugging Face 中文博客正式发布!"
author: xianbao
thumbnail: /blog/assets/chinese-language-blog/thumbnail.png
date: April 24, 2023
tags:
- partnerships
- community
- local: unity-api
title: "如何安装和使用 Hugging Face Unity API"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/unity-api-thumbnail.png
date: May 1, 2023
tags:
- community
- guide
- game-dev
- local: starcoder
title: "StarCoder:最先进的代码大模型"
author: lvwerra
thumbnail: /blog/assets/141_starcoder/starcoder_thumbnail.png
date: May 4, 2023
tags:
- nlp
- community
- research
- local: text-to-video
title: "深入理解文生视频模型"
author: adirik
thumbnail: /blog/assets/140_text-to-video/thumbnail.png
date: May 8, 2023
tags:
- multi-modal
- cv
- guide
- diffusion
- text-to-image
- text-to-video
- local: starchat-alpha
title: "使用 StarCoder 创建一个编程助手"
author: lewtun
thumbnail: /blog/assets/starchat_alpha/thumbnail.png
date: May 9, 2023
tags:
- nlp
- community
- research
- local: assisted-generation
title: "辅助生成:低延迟文本生成的新方向"
author: joaogante
thumbnail: /blog/assets/assisted-generation/thumbnail.png
date: May 11, 2023
tags:
- nlp
- research
- local: rwkv
title: "RWKV——transformer 与 RNN 的强强联合"
author: BlinkDL
thumbnail: /blog/assets/142_rwkv/rwkv_thumbnail.png
date: May 15, 2023
tags:
- nlp
- community
- research
- local: generative-ai-models-on-intel-cpu
title: "越小越好:Q8-Chat,在英特尔至强 CPU 上体验高效的生成式 AI"
thumbnail: /blog/assets/143_q8chat/thumbnail.png
author: andyll7772
date: May 16, 2023
tags:
- llm
- nlp
- inference
- intel
- quantization
- local: dedup
title: "BigCode 背后的大规模数据去重"
author: chenghao
guest: true
thumbnail: /blog/assets/dedup/thumbnail.png
date: May 16, 2023
tags:
- bigcode
- deduplication
- local: instruction-tuning-sd
title: "使用 InstructPix2Pix 对 Stable Diffusion 进行指令微调"
author: sayakpaul
thumbnail: /blog/assets/instruction_tuning_sd/thumbnail.png
date: May 23, 2023
tags:
- diffusers
- diffusion
- instruction-tuning
- research
- guide
- local: train-optimize-sd-intel
title: "基于 NNCF 和 🤗 Optimum 面向 Intel CPU 对 Stable Diffusion 优化"
author: AlexKoff88
thumbnail: /blog/assets/train_optimize_sd_intel/thumbnail.png
date: May 25, 2023
tags:
- diffusers
- cpu
- intel
- guide
- quantization
- local: unity-asr
title: "如何在 Unity 游戏中集成 AI 语音识别?"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/unity-asr-thumbnail.png
date: June 2, 2023
tags:
- community
- guide
- game-dev
- speech-recognition
- local: falcon
title: "Falcon 登陆 Hugging Face 生态"
author: lvwerra
thumbnail: /blog/assets/147_falcon/falcon_thumbnail.jpg
date: June 5, 2023
tags:
- nlp
- community
- research
- local: llm-leaderboard
title: "基础大模型能像人类一样标注数据吗?"
author: nazneen
thumbnail: /blog/assets/llm-leaderboard/leaderboard-thumbnail.png
date: June 12, 2023
tags:
- nlp
- evaluation
- leaderboard
- local: autoformer
title: "Transformer 模型能够有效地进行时间序列预测 (使用 Autoformer)"
author: elisim
thumbnail: /blog/assets/150_autoformer/thumbnail.png
date: June 16, 2023
tags:
- guide
- research
- time-series
- local: mms_adapters
title: "微调用于多语言 ASR 的 MMS 适配器模型"
author: patrickvonplaten
thumbnail: /blog/assets/151_mms/mms_map.png
date: June 19, 2023
tags:
- audio
- research
# - local: policy-ntia-rfc
# title: "人工智能政策@🤗:回应美国国家电信和信息管理局( NTIA )关于人工智能问责制的评论请求"
# author: yjernite
# thumbnail: /blog/assets/151_policy_ntia_rfc/us_policy_thumbnail.png
# date: June 20, 2023
# tags:
# - community
# - ethics
- local: evaluating-mmlu-leaderboard
title: "Open LLM 排行榜近况"
author: clefourrier
thumbnail: /blog/assets/evaluating-mmlu-leaderboard/thumbnail.png
date: June 23, 2023
tags:
- community
- research
- nlp
- evaluation
- leaderboard
- local: ethics-soc-4
title: "道德与社会问题简报 #4:文生图模型中的偏见"
author: sasha
thumbnail: /blog/assets/152_ethics_soc_4/ethics_4_thumbnail.png
date: June 26, 2023
tags:
- ethics
- local: bridgetower
title: "使用 Habana Gaudi2 加速视觉语言模型 BridgeTower"
author: regisss
thumbnail: /blog/assets/bridgetower/thumbnail.png
date: June 29, 2023
tags:
- partnerships
- multimodal
- nlp
- cv
- hardware
- local: inference-endpoints-llm
title: "用 Hugging Face 推理端点部署 LLM"
author: philschmid
thumbnail: /blog/assets/155_inference_endpoints_llm/thumbnail.jpg
date: July 4, 2023
tags:
- guide
- llm
- apps
- inference
- local: stable-diffusion-finetuning-intel
title: "在英特尔 CPU 上微调 Stable Diffusion 模型"
author: juliensimon
thumbnail: /blog/assets/stable-diffusion-finetuning-intel/dicoo_image.png
date: July 14, 2023
tags:
- guide
- intel
- hardware
- partnerships
- local: os-llms
title: "Hugging Face 的文本生成和大语言模型的开源生态"
author: merve
thumbnail: /blog/assets/os_llms/thumbnail.png
date: July 17, 2023
tags:
- LLM
- inference
- nlp
- local: llama2
title: "Llama 2 来袭 - 在 Hugging Face 上玩转它"
author: osanseviero
thumbnail: /blog/assets/llama2/thumbnail.jpg
date: July 18, 2023
tags:
- nlp
- community
- research
- LLM
- local: diffusers-turns-1
title: "🤗 Diffusers 一岁啦!"
author: stevhliu
thumbnail: /blog/assets/diffusers-turns-1/diffusers-turns-1.png
date: July 20, 2023
tags:
- community
- open-source-collab
- diffusion
- diffusers
- local: game-jam-first-edition-results
title: "首届开源 AI 游戏挑战赛事结果"
author: ThomasSimonini
thumbnail: /blog/assets/game-jam-first-edition-results/thumbnail.jpg
date: July 21, 2023
tags:
- ai-for-games
- game-dev
- local: 3d-assets
title: "手把手教你使用人工智能生成 3D 素材"
author: dylanebert
thumbnail: /blog/assets/124_ml-for-games/thumbnail-3d.jpg
date: August 01, 2023
tags:
- community
- guide
- cv
- diffusion
- game-dev
- local: sd_distillation
title: "开源 SD-Small 和 SD-Tiny 知识蒸馏代码与权重"
author: harishsegmind
guest: true
thumbnail: /blog/assets/distill_sd/thumbnail.png
date: August 1, 2023
tags:
- stable-diffusion
- research
- diffusers
- local: encrypted-llm
title: "使用 FHE 实现加密大语言模型"
author: RomanBredehoft
guest: true
thumbnail: /blog/assets/encrypted-llm/thumbnail.png
date: August 02, 2023
tags:
- guide
- privacy
- research
- FHE
- llm
- local: dpo-trl
title: "使用 DPO 微调 Llama 2"
author: kashif
thumbnail: /blog/assets/157_dpo_trl/dpo_thumbnail.png
date: August 8, 2023
tags:
- rl
- rlhf
- nlp
- local: optimizing-bark
title: "使用 🤗 Transformers 优化 Bark"
author: ylacombe
thumbnail: /blog/assets/bark_optimization/thumbnail.png
date: August 9, 2023
tags:
- text-to-speech
- optimization
- benchmark
- bark
- local: deploy-deepfloydif-using-bentoml
title: "使用 BentoML 部署 🤗 Hugging Face 上的模型:DeepFloyd IF 实战"
author: Sherlockk
guest: true
thumbnail: /blog/assets/deploy-deepfloydif-using-bentoml/thumbnail.png
date: August 9, 2023
tags:
- deployment
- open-source-collab
- bentoml
- guide
- diffusers
- local: idefics
title: "IDEFICS 简介:最先进视觉语言模型的开源复现"
author: VictorSanh
thumbnail: /blog/assets/idefics/thumbnail.png
date: August 22, 2023
tags:
- research
- nlp
- cv
- local: safecoder
title: "推介 SafeCoder"
author: jeffboudier
thumbnail: /blog/assets/159_safecoder/thumbnail.jpg
date: August 22, 2023
tags:
- announcement
- partnerships
- vmware
- bigcode
- local: gptq-integration
title: "使用 AutoGPTQ 和 transformers 让大语言模型更轻量化"
author: marcsun13
thumbnail: /blog/assets/159_autogptq_transformers/thumbnail.jpg
date: August 23, 2023
tags:
- llm
- optimization
- quantization
- local: password-git-deprecation
title: "Hub 上的 Git 操作不再支持使用密码验证"
author: Sylvestre
thumbnail: /blog/assets/password-git-deprecation/thumbnail.png
date: August 25, 2023
tags:
- announcement
- security
- local: codellama
title: "Code Llama:Llama 2 学会写代码了!"
author: philschmid
thumbnail: /blog/assets/160_codellama/thumbnail.jpg
date: August 25, 2023
tags:
- nlp
- community
- research
- LLM
- local: audioldm2
title: "AudioLDM 2,加速⚡️!"
author: sanchit-gandhi
thumbnail: /blog/assets/161_audioldm2/thumbnail.png
date: Aug 30, 2023
tags:
- guide
- audio
- diffusers
- diffusion
- local: falcon-180b
title: "Falcon 180B 现已登陆 Hugging Face Hub"
author: philschmid
thumbnail: /blog/assets/162_falcon_180b/thumbnail.jpg
date: September 6, 2023
tags:
- nlp
- community
- research
- LLM
- local: t2i-sdxl-adapters
title: "在 SDXL 上用 T2I-Adapter 实现高效可控的文生图"
author: Adapter
guest: true
thumbnail: /blog/assets/t2i-sdxl-adapters/thumbnail.png
date: September 8, 2023
tags:
- guide
- collaboration
- diffusers
- diffusion