1. 허깅스페이스- https://huggingface.co/openai/whisper-large-v3-turbo2. 한국어 음성# step1: import modeulsimport torchfrom transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipelinefrom datasets import load_dataset# step2: create inference objectdevice = "cuda:0" if torch.cuda.is_available() else "cpu"torch_dtype = torch.float16 if torch.cuda.is_available() else torch.float32# model_id = "opena..
1. 코랩 설치된 패키지 확인!pip freeze 2. 로컬에서 pytorch 설치시 필요한 옵션 선택 후 명령어 받기- https://pytorch.org/- pip3대신 pip로 설치 3. 트랜스포머 설치pip install transformers 4. Text Classification- https://huggingface.co/docs/transformers/tasks/sequence_classification# step1: import modulesfrom transformers import pipeline# step2: create inference object# model 부분에 user이름/모델명 이 부분만 수정해주면 됨classifier = pipeline("sentiment-analys..
- Total
- Today
- Yesterday
- 스크랩
- 아침
- llm
- 프로그래머스
- 줄넘기
- 운동
- C언어
- 미라클모닝
- 빅데이터 분석기사
- opic
- 아침운동
- SQL
- 갓생
- 30분
- 실기
- Python
- 루틴
- 다이어트
- 오블완
- 기초
- 고득점 Kit
- ChatGPT
- 티스토리챌린지
- 뉴스
- Ai
- 경제
- 습관
- IH
- 영어회화
- 오픽
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |